{% extends "base_resource.html" %} {% load i18n %} {% block entity_content %}

{% trans 'Accesss' %}

{% trans "List all users that should have full control over your membership." %}

{% trans 'New Access' %} {% if entity_list %} {% for entity in entity_list %} {% endfor %}
{% 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 %}
{% if is_paginated %} {% endif %} {% endif %} {% endblock %}