{% extends "base.html" %} {% block title %}ASA: {{midway.name}}{% endblock %} {% block content %}

ASA: {{midway.name}}

Welcome to the ASA {{midway.name}}! You can find out about MIT's many exciting student groups. Below you will find a map of the Midway, as well as groups' table assignments and links to their respective websites.

Map

Midway map

Assignments

{% for assignment in assignments %} {% endfor %}
Group Category Location Website
{{assignment.group}} {% if assignment.group.activity_category %}{{assignment.group.activity_category}}{% endif %} {{assignment.location}} {% if assignment.group.website_url %}Website{% endif %}

Sort the assignments

{{ filter.form.as_table }}
{% if perms.models.add_midwayassignment %}

You can upload table assignments.

{% endif %} {% endblock %}