{% extends "base.html" %} {% block title %}{{group.name}}{% endblock %} {% block content %}

{{group.name}}{% if group.abbreviation %} ({{group.abbreviation}}){%endif%}

{% if adminpriv %}{% include "groups/group_tools.part.html" %} {% else %}

Tools

{% if user.is_authenticated %}

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 %}
{% endif %} {% if viewpriv %}{% endif %} {% if user.is_authenticated %} {% for name, role, people in roles %} {% endfor %} {% else %} {% endif %} {% if viewpriv %} {% endif %} {% if viewpriv %} {% endif %} {% if viewpriv %} {% 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}}
    {% for person in people %}
  • {{person.format_person}}
  • {%endfor%}
[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.
Group Size
Undergraduates Graduate Students MIT Community Other
{{group.num_undergrads}} {{group.num_grads}} {{group.num_community}} {{group.num_other}}

My Connection

{% if my_roles %}

You have the following connections to this group:

{% for holder in my_roles %} {% endfor %}
Connection Description
{{holder.role.display_name}} {{holder.role.description}}
{% else %} {% if user.is_authenticated %}

No roles in this group.

{% else %}

Log in to see any roles in this group.

{% endif %} {% endif %}

Notes

{% if notes %} {% include "groups/note/detail.head.html" %} {% for note in notes %} {% include "groups/note/detail.row.html" %} {% endfor %}
{% else %}

No notes are visible to you at this time.

{% endif %} {% if perms.groups.add_groupnote %}

Add note

{% endif %} {% endblock %}