{% block page_title %}
{% endblock page_title %}
{% if messages %}
{% endif %}
{% block content %}
{% endblock content %}
{% block page_title_right %}
{% endblock %}
{% block page_heading %}{{ title|default:"Dashboard" }}{% endblock %}
{% for message in messages %}
{% endfor %}