{% extends "base.html" %} {% block title %}Roles tracked by the database{% endblock %} {% block content %}

Roles tracked by the database

The ASA Group Database maintains the official list of individuals for the following roles:

{% for role in roles %} {% endfor %}
Role Description Maximum allowed Requires student?
{{role.display_name}} {{role.description}} {{role.max_count_str}} {% if role.require_student %}Yes{%else%}No{%endif%}

Note: The ASA requires only a president and a treasurer. Other officers/members should be listed as applicable.

In exceptional cases, we can add people beyond the normal limits. Contact us if that applies.

{% endblock %}