{% extends "base.html" %} {% block title %}{{group.name}}{% endblock %} {% block content %}
You are not an admin of this group.
See FAQ for more info.
{% if viewpriv %}See also space access.
{% endif %} {% else %}No tools available without logging in.
{% endif %}Basic Information | |
---|---|
Name | {{group.name}} |
Abbreviation | {%if group.abbreviation%}{{group.abbreviation}}{%else%}none{%endif%} |
Group ID | {{group.pk}} |
Type | {{group.activity_category}} |
Description | {{group.description}} |
Contact Information | |
Website | {{group.website_url}} |
Meeting times | {{group.meeting_times}} |
Officers' email list | {% if user.is_authenticated %}{{group.officer_email}}{% else %}[log in to see emails]{% endif %} |
Group email list | {{group.group_email}} |
People | |
{{name}} |
|
[log in to see people involved] | |
Recognition | |
Group status | {{group.group_status.name}} |
Group class | {{group.group_class.name}} |
Recognition date | {{group.recognition_date}} |
Financial Information | |
Funding status | {{group.group_funding}} |
Main Account | {{group.main_account_id}} |
Funding Account | {{group.funding_account_id}} |
Additional Information | |
Constitution | {% if group.constitution_url %} {% if constitution_link %}{{group.constitution_url}} {%else%}{{group.constitution_url}}{%endif%} {%else%}not provided{%endif%} |
Advisor | {{group.advisor_name}} |
Athena locker | {{group.athena_locker}} |
Last updated | {{group.update_string}} |
Information that is not available to the general MIT community. |
Undergraduates | Graduate Students | MIT Community | Other |
---|---|---|---|
{{group.num_undergrads}} | {{group.num_grads}} | {{group.num_community}} | {{group.num_other}} |
You have the following connections to this group:
Connection | Description |
---|---|
{{holder.role.display_name}} | {{holder.role.description}} |
No roles in this group.
{% else %}Log in to see any roles in this group.
{% endif %} {% endif %}No notes are visible to you at this time.
{% endif %} {% if perms.groups.add_groupnote %} {% endif %} {% endblock %}