{% extends "base.html" %} {% block headtitle %}User Profile{% endblock %} {% block breadcrumbs %}
  • Home
  • User Profile
  • {% endblock %} {% block main_content %}

    Click here to change your password.

    EVE API Keys

    {% for key in api_keys %} {% endfor %}
    KeyID State
    #{{ key.keyID }} {{ key.is_valid_html|safe }} Edit Delete
    Add new API Key

    Owned Characters

    {% for owned in characters %} {% endfor %}
    Name
    {{ owned.permalink|safe }} Delete
    {% if external_apps %}

    External Application Bindings

    {% for app in external_apps %} {% endfor %}
    Application External Username
    {{ app.app.name }} {% if app.binding %}{{ app.binding.external_name }}{% else %}None{% endif %} {% if app.binding %}Delete {% else %}Bind{%endif%}
    {% endif %} {% endblock %} {% block post_javascripts %} {% endblock %}