{% block top-right %}{% endblock %}
{% block usertools %}
{% if user.is_active and user.is_staff %}
- {% block welcome-msg %} {% firstof user.get_short_name user.get_username %} {% endblock %} {% if THEMES %}
-
{% trans "current theme" %}
{% endif %}
{% block userlinks %}
{% if user.has_usable_password %}
- {% trans 'Change password' %} {% endif %}
- {% trans 'Log out' %} {% endblock %}
{% block pretitle %}{% endblock %}
{% if is_popup %}
{% block content_title %}{% if title %}
{% block footer %}{% endblock %}