{% extends 'base.html' %} {% block 'body' %}

Welcome, {{ request.session.groupme_name }}

Available actions

{% if organizations|length > 0 %}

Your organizations

{% else %}

Your organizations

You don't seem to have any organizations — maybe create one?

{% endif %} {% endblock %}