{% load i18n material_frontend humanize corgy.commons %} {% if object.blocked.count > 0 %}
{% trans 'Letiltás' %}
{% for item in object.blocked.all %} {% endfor %}
{% 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 }}
{% trans 'Összes levonás' %}: {{ object.subtraction|intcomma }}
{% endif %}