{% include "aa_altcorp/_page_header.html" with title="ESI access lists" subtitle="Review synchronized ACL data and choose which lists should be monitored." active_tab="acls" %}
{% for acl in access_lists %}
{{ acl.name|default:"Unnamed access list" }}
Character {{ acl.character_id }} ยท ACL {{ acl.access_list_id }}
{% if acl.access_list_id in monitored_access_lists %}Monitored{% else %}Ignored{% endif %}Synced {{ acl.synced_at }}
{% if acl.access_list_id in monitored_access_lists %}
{% endif %}
{% if acl.description %}
{{ acl.description }}
{% endif %}
Everyone
{% if acl.membership.allow_everyone %}Allowed{% else %}Not allowed{% endif %}
Alliances{% for item in acl.membership.alliances %}