{% extends "misago/admin/base.html" %} {% load static %} {% block body %} {% include "misago/admin/navbar.html" %}
{% include "misago/admin/sidenav.html" %}
{% include "misago/admin/messages.html" %} {% block content %}{% endblock %}
{# We include JavaScript at the end of page body so it renders faster #} {% if ADMIN_MOMENTJS_LOCALE_URL %} {% endif %} {% block javascripts %}{% endblock javascripts %} {% endblock body %}