{{ 'bills'|_ }}

{% for line in bills.getBills %} {% if line.isHit %} {% endif %} {% if not line.isHit and line.isActive %} {% endif %} {% if not line.isActive %} {% endif %} {% endfor %}
{{ trans('form.name') }} {{ trans('form.amount_min') }} {{ trans('form.amount_max') }} {{ trans('form.amount') }} {{ trans('form.under') }}
{{ line.getBill.name }} {{ line.getMin|formatAmount }} {{ line.getMax|formatAmount }} {{ line.getAmount|formatAmount }} {{ 'notCharged'|_ }}  {% if line.isActive %} {{ (line.getMax + line.getAmount)|formatAmount }} {% endif %}