{% extends "admin/base_site.html" %} {% load i18n static %} {% block title %}GDI-Admin{% endblock %} {% block usertools %} {% if has_permission %}
Logged in as {% firstof user.get_short_name user.get_username %} / About / {% if user.has_usable_password %} {% translate 'Change password' %} / {% endif %} Log out
{% endif %} {% endblock %} {% block extrastyle %}{{ block.super }} {% endblock %}