{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}
{% trans "List all users that should have full control over your membership." %}
{% trans 'New Access' %} {% if entity_list %}{% trans 'Login' %} | {% trans "Status" %} | {% trans 'Actions' %} |
---|---|---|
{{ entity.login }} | {{ entity.get_display_status }} | {% trans 'Delete' %} {% if not entity.is_active %} {% trans 'Enable' %} {% else %} {% trans 'Disable' %} {% endif %} |