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