{% extends 'charlink/base.html' %} {% load charlinkutils %} {% block page_title %}Charlink App Audit{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block charlink_page_header %}

Links Audit

{% endblock charlink_page_header %} {% block charlink_content %}
{% for login_data, characters in logins.items %}
{% for char in characters %} {% with is_added=char|get_char_attr:login_data.get_query_id %} {% if is_added %} {% else %} {% endif %} {% endwith %} {% endfor %}
Character {{ login_data.field_label }} Main Character
{{ char }} {{ char }} {{ char.character_ownership.user.profile.main_character }}
{% endfor %}
{% endblock charlink_content %}