{% extends "admin/base_site.html" %} {% load i18n static mazer %} {% get_mazer_ui_tweaks as mazer_ui %} {# TODO: This should come through somewhere, also admin docs :( #} {% block userlinks %} {% url 'django-admindocs-docroot' as docsroot %} {% if docsroot %}{% trans 'Documentation' %} / {% endif %} {% trans 'Change password' %} / {% trans 'Log out' %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block content_title %}{{ title }}{% endblock %} {% block content %}