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

{{group.name}}: Space Access

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

Changes

{% for action,space,entry in changes %} {%endfor%}
Action Space Person
{{action}} {{space}} {{entry.name}}
{%endif%}
{% csrf_token %}

Offices

{% if office_pairs %} {% for assignment, entries in office_pairs %} {% endfor %}
Room Access
All
    {% for person in office %}
  • {{person.format_person}}
  • {% endfor %}

Manage on the update people page.

{{assignment.space}} {% with assignment.space.lock_type as lock_type %} {% if lock_type.db_update == "none" %}

Warning: Access to this office is not managed through the ASA DB.

{{lock_type.name}}: {{lock_type.description}}{% if lock_type.info_url %} Details.{%endif%}

Contact {{lock_type.info_addr}} for more information.

{% else %}

We recommend managing access on the update people page if possible. You should only need to use this page if:

  • You need to grant access to somebody who does not have an Athena account, or
  • Your group has several offices, and somebody needs access to one or more of the offices, but should not have access to all of them
{%if allow_edit%}{%endif%} {% for entry in entries %} {%if allow_edit%}{% endif %} {% endfor %} {% for index in extras_indices %} {% endfor %}
GrantName MIT ID
{{entry.name}} {{entry.card_number}}
{% endif %} {% endwith %}
{% else %}

No office assigned.

{% endif %}

Lockers

{% if locker_pairs %} {% for assignment, entries in locker_pairs %} {% endfor %}
Room Locker Access
All
    {% for person in locker %}
  • {{person.format_person}}
  • {% endfor %}

Manage on the update people page.

Contact us if you need to do something that page does not support — give access to somebody without an Athena account or give access to just one locker room your group has access to, for example. We will happily do either of those upon request.

{{assignment.space.number}} {{assignment.locker_num}}
    {% for entry in entries %}
  • {{entry.format_name}}
  • {% empty %}
  • No specific access
  • {% endfor %}
{% else %}

No storage lockers assigned.

{% endif %} {% if allow_edit %} {% endif %}
{% endblock %}