{% extends "base.html" %} {% block title %}Non-student group officers{% endblock %} {% block content %}

Non-student group officers

{% if msg_type %}

{{msg}}

{% endif %}

Student-only roles

The ASA requires that the following roles be filled by students:

{% for role in roles %} {% endfor %}
Role Description
{{role.display_name}} {{role.description}}

Violations

The following non-students are officers of the following groups

{% for holder in holders %} {% endfor %}
Group Status Role Person
{{holder.group.name}} {{holder.group.group_status}} {{holder.role.display_name}} {% if perms.groups.change_athenamoiraaccount %}{{holder.person}}{% else %}{{holder.person}}{% endif %}
{% endblock %}