{% extends "sentry/bases/modal.html" %} {% load i18n %} {% block title %}{% trans "Access Group Migration" %} | {{ block.super }}{% endblock %} {% block inner %} {% if member_list %}

Below is a list of all members who are part of any access group within this organization. You'll need to select which team(s) they should gain access to. Alternatively you can choose to remove the user if they no longer need access.

Note: Unlike access groups, organization membership cannot be restricted per-project. If you need to refine access to that level you should create additional teams and transfer the projects where applicable.

{% csrf_token %} {% for member, project_list in member_list %} {% endfor %}
Remove?

{{ member.get_display_name }}

{% for team in team_list %} {% endfor %}
{{ project_list|length }} project(s)
{% else %}

Your work is done here! There are no access groups which need migrated.

{% endif %} {% endblock %}