{% 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 #} {##} {##} {##} {##} {##} {##} {##} {##} {% block javascripts %}{% endblock javascripts %} {% endblock body %}