{% extends "base.html" %} {% block title %}{{group.name}}: Review startup information{% endblock %} {% block content %}

{{group.name}}: Review startup information

Basic Information
Name{{group.name}}
Abbreviation {%if group.abbreviation%}{{group.abbreviation}}{%else%}none{%endif%}
Description{{group.description}}
Officers
President{{startup.president_name}} ({{startup.president_kerberos}})
Treasurer{{startup.treasurer_name}} ({{startup.treasurer_kerberos}})
Type
Activity category{{group.activity_category}}
Group class{{group.group_class.name}}
Funding status{{group.group_funding}}
Technical Information
Officer email{{group.officer_email}}{% if startup.create_officer_list %} (create){% endif %}
Group email{{group.group_email}}{% if startup.create_group_list %} (create){% endif %}
Athena locker{{group.athena_locker}}{% if startup.create_athena_locker %} (create){% endif %}
Additional Information
Constitution {{group.constitution_url}}
Application date{{group.recognition_date}} by {{startup.submitter}}
Last updated{{group.update_string}}
{% if msg %}

{{msg}}

{% endif %} {% if warnings %}

Potential issues

The following potential issues were identified with this group's startup application:

Please look over these issues. Usually, you should reach out to the group and ask them to fix (or consider fixing) each issue before you approve the group. In some cases, it may be appropriate to ignore an issue. (For example, "MIT" is a central part of some group's acronyms (like "HTGAMIT"). In these cases, confirming with the group may not be necessary.)

{%endif%} {% if disp_form %}
{% csrf_token %} {% if warnings %} {% else %} {% endif %}
{% endif %} {% endblock %}