{% extends "layout.html" %} {% block head_declarations %} {% endblock %} {% block content %}

Reports{% if project %} - {{project|replace("_", " ")}}{% endif %}

{% endblock %} {% block footer_declarations %} {% endblock %}