{% extends "base.html" %} {% block title %}Membership confirmations – ASA Exec pages{% endblock %} {% block content %}
Exec members can check the issues:
| Name | Create date | Issues | (with accounts) |
|---|---|---|---|
| {{cycle.name}} | {{cycle.create_date}} | Issues | (with accounts) |
The list includes the following types of issues:
The technically-inclined may wish to read /asadb/forms/views.py to verify these issue types.
{% endblock %}