{% if not is_popup %} {% block topbar %}

{% block page_title %} {{ title|default:"Dashboard" }} {% endblock page_title %}

{% endblock topbar %} {% endif %} {% if not is_popup %} {% block back_button %}
{% if request.path != '/admin/' %} Back {% endif %}
{% endblock back_button %} {% endif %}
{% if messages %} {% for msg in messages %} {% if msg.level_tag == 'success' %} {% elif msg.level_tag == 'error' %} {% elif msg.level_tag == 'warning' %} {% else %} {% endif %} {% endfor %} {% endif %} {% block content %} {% endblock content %}