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