{% load i18n %} {% load evelinks %} {% load theme_tags %}
{% if user.is_authenticated %} {% if request.user.profile.main_character %} {% with request.user.profile.main_character as main %}
{{ main.character_name }} {{ main.corporation_name }} {% if main.alliance_id %} {{ main.alliance_name }} {% elif main.faction_id %} {{ main.faction_name }} {% endif %}
{{ main.character_name }}
{% endwith %} {% else %} {% translate 'No Main Character!' %}
{% translate "No Main Character!" %}
{% endif %} {% theme_select %} {% endif %}
{% if user.is_superuser %} {% translate "Admin" %} {% endif %}
{% if user.is_authenticated %} {% endif %} {% if user.is_superuser %} {% endif %} {% if user.is_authenticated %} {% else %} {% endif %}