{% extends 'base-margins.html' %} {% load i18n %} {% block title %}{% trans 'Szczegóły umowy' %}{% endblock %} {% block content2 %}
{% trans 'Szczegóły umowy' %}
{% trans 'Nr umowy' %}{{ statement.statement_id }}
{% trans 'Tytuł umowy' %}{{ statement.title }}
{% trans 'Użytkownik' %}{{ statement.user.username }}
{% trans 'Od' %}{{ statement.start_date }}
{% trans 'Do' %}{{ statement.end_date }}
{% trans 'Kwota' %}{{ statement.payment }}
{% trans 'Koszt anotacji' %}{{ statement.price_per_unified_frame }}
{% trans 'Liczba wykonanych anotacji' %}{{ unified_frame_count }}
{% trans 'Kwota wykorzystana' %}{{ current_cost }}
{% trans 'Kwota z poprzedniej umowy' %}{{ statement.last_statement_payment }}
{% endblock %}