{% extends "base.html" %} {% block title %}ASA: {{midway.name}}: upload assignments{% endblock %} {% block content %}
| Group | Table |
|---|---|
| {{assignment.group}} | {{assignment.location}} |
| Name | Table | |
|---|---|---|
| {{name}} | {{email}} | {{table}} |
Include columns "Group", "officers", and "Table". Matching is done on "Group", so try to ensure that your names match the database's.
You may wish to modify the assignments or view the map.
{% endblock %}