{% extends 'public/base.html' %} {% load i18n %} {% block content %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% block middle_box_content %} {% endblock %}
{% include 'public/lang_select.html' %}

{% translate "For information on SSO, ESI and security read the CCP Dev Blog" %}
{% translate "Introducing ESI - A New API For Eve Online" %}

{% translate "Manage ESI Applications" %}

{% endblock %} {% block extra_include %} {% include 'bundles/bootstrap-js.html' %} {% endblock %}