{% extends 'material/frontend/views/detail.html' %} {% load i18n material_frontend humanize corgy.commons %} {% block breadcrumbs_items %} {{ object.employee.employer }} {{ object.employee|verbose_name_plural|title }} {{ object.employee }} {{ salary|verbose_name_plural|title }} {{ object.period_year }} {{ object.period_month }} {% endblock %} {% block content %}
{{ field_name }} | {{ value }} | {% endfor %}
---|
{% trans 'Dátum' %} | {% trans 'Óraszám' %} | {% trans 'Állapot' %} |
---|---|---|
{{ item.timestamp }} | {{ item.duration }} | {{ item.category }} |
{% trans 'Összeg' %} | {% trans 'Százalék' %} | {% trans 'Kedvezményezett' %} | {% trans 'Bankszámlaszám' %} |
---|---|---|---|
{{ item.summary }} | {{ item.in_percent|percentage }} | {{ item.account.beneficiary }} | {{ item.account.account_number }} |