{% extends 'charlink/base.html' %} {% load bootstrap %} {% load charlinkutils %} {% block page_title %}Charlink{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block charlink_page_header %}
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.
Character | {% for app in characters_added.apps.values %}{{ app.field_label }} | {% endfor %} {% for char in characters_added.characters %}|
---|---|---|
{{ char }} | {% for app, data in characters_added.apps.items %} {% with is_added=char|get_char_attr:app %} {% if is_added %}{% else %} | {% endif %} {% endwith %} {% endfor %} |