{% extends "base.html" %} {% block title %}ASA Group Database{% endblock %} {% block content %}

ASA Group Database

Here you can find and submit information about groups recognized by the MIT Association of Student Activities.

My Groups

{% if user.is_anonymous %}

Login to see your groups.

{% else %} {%if not groups %}

You do not currently appear to be listed with any groups.

{% endif %} {% endif %} {% if groups %} {% endif %}

Tools

{% if has_perms %}

Permissions

You have the following permissions:

{% for perm_name, perm_desc in has_perms %} {% endfor %}
Name Description
{{perm_name}} {{perm_desc}}
{% endif %} {% endblock %}