{% block topbar %}
{% include 'construction/partials/topbar.html' %}
{% endblock topbar %}
{% if messages %}
{% include "management/messages.html" with messages=messages %}
{% endif %}
{% block page_title %}
{% endblock page_title %}
{% block content %}{% endblock content %}