{{ 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 }} | {% if line.isHit %}{{ line.getAmount|formatAmount }} | {% endif %} {% if not line.isHit and line.isActive %}{{ 'notCharged'|_ }} | {% endif %} {% if not line.isActive %}{% endif %} | {% if line.isActive %} {{ (line.getMax + line.getAmount)|formatAmount }} {% endif %} |