{% extends 'base_admin.html' %} {% load static %} {% load i18n %} {% block basecontent %} {% include '_components/header.html' with system_nav=True %} {% include '_components/messages_alert.html' %}
{% include '_components/password/main_panel.html' with change_admin_password=True %}
{% endblock %} {% block footer_scripts %} {% include '_components/gettext.html' %} {{ block.super }} {% endblock %}