{{ config('event_name') }}
{% block loginbutton %}
{% if user.is_authenticated %}
{{ user.username }}
{{ gettext("Edit profile") }}
{% trans "Change password" %}
{% trans "Logout" %}
{% else %}
{{ gettext("Login") }}
{% endif %}
{% endblock %}
{% for entry in main_menu_entries %}
{{ entry }}
{% endfor %}