{% extends 'base.html' %} {% load i18n customtags %} {% block title %}{% translate "Summary" %}{% endblock title %} {% block main %}

Project: {{ project.name }}

{% div_form period_selector %}
{% list_table object_list view.model fields%} {% if correction %}{% endif %}
{% translate "Summary of Period" %}
{% translate "Correction" %}{{ correction.0.ammount|floatformat:"2" }}
{% translate "Total" %}{{ hours__sum|floatformat:"2" }}
{% if not closure %} {% translate "Close Period" %} {% endif %} {% endblock main %}