{% extends 'charlink/base.html' %} {% load django_bootstrap5 %} {% load charlinkutils %} {% load charlink_versioned_static %} {% load i18n %} {% block page_title %}{% translate "CharLink" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block charlink_page_header %}
{% translate "Select the apps you want to link from the list. You will be redirected to eveonline website to authenticate and provide the token with all the scopes needed." %}
{% translate "Character" %} | {% for app_imports in characters_added.apps.values %} {% for login_import in app_imports.imports %}{{ login_import.field_label }} | {% endfor %} {% endfor %} {% for char in characters_added.characters %}|
---|---|---|
{{ char }} | {% for imports in characters_added.apps.values %} {% for login_data in imports.imports %} {% with is_added=char|get_char_attr:login_data.get_query_id %} {% if is_added %}{% else %} | {% endif %} {% endwith %} {% endfor %} {% endfor %} |