{% block stylesheets %}{% endblock %}
{% if status %}
{% apply spaceless %}
{{ title }}
{% if status %} {% apply spaceless %} {{ include("dash/partials/navigation.twig") }} {% endapply %} {% endif %}
{% apply spaceless %} {{ include("dash/partials/notifications.twig") }} {% endapply %}
{% endapply %} {% endif %}
{% apply spaceless %} {% block mainContent %}{% endblock %} {% endapply %}