{% extends 'allianceauth/base.html' %} {% load bootstrap %} {% block page_title %}Charlink{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
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 %}{{ app }} | {% endfor %} {% for char, app_list in characters_added.characters.items %}|
---|---|---|
{{ char }} | {% for is_added in app_list %} {% if is_added %}{% else %} | {% endif %} {% endfor %} |