{% load i18n %}
{% for deduction in assigned_deductions %}
{{deduction}} {% trans "Amount" %}: {% if deduction.is_fixed %}{{deduction.amount}}{{currency}}{% else %}{{deduction.rate|default:"0"}}% of {{deduction.get_based_on_display}}{% endif %}
{% endfor %}
{% if not request.GET.card_only %} {% include 'generic/horilla_list_table.html' %} {% elif not queryset.exists %}
+ Allocate
{% endif %}