{% extends "construction/base.html" %} {% load static i18n humanize base_tag %} {% block app_css %} {% endblock app_css %} {% block page_title %}

{{page_title}}

{% endblock %} {% block content %}

{{current_year}}. {{current_month}}

{% for report in reports %} {% endfor %}
{% endblock %} {% block third_party %} {% endblock third_party %}