{% extends theme_base %}
{% block extra-body-args %}
{% block bodyargs %}{% endblock %}
{% endblock %}
{% block placeholder-content %}
{% block content %}{% endblock %}
{% endblock %}
{% block extra-body-class %}
{{ block.super }}
authentic
{% if request.path_info == "/accounts/" %}
account-management
{% endif %}
{% if request.path_info == "/accounts/change-email/" %}
account-management
account-mail
{% endif %}
{% if request.path_info == "/accounts/password/change/" %}
account-management
account-password
{% endif %}
{% if request.path_info == "/accounts/edit/" %}
account-management
account-edit
{% endif %}
{% if request.path_info == "/accounts/delete/" %}
account-management
account-delete
{% endif %}
{% endblock %}
{% block user-info %}
{% if user.is_authenticated %}