{% extends 'buybackprogram/page.html' %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% load static %} {% block body %}
{% trans "This section shows all special item taxes applied to this program. Taxes may either be additional taxes or discounts." %}
Name | {% trans "Tax adjustment" %} | {% trans "Total tax" %} | {% trans "Is allowed" %} | {% if perms.buybackprogram.manage_programs and program.owner.user == request.user %}{% trans "Actions" %} | {% endif %} {% for item in program_items %}|
---|---|---|---|---|---|
{{item.item_type.name}} | {{item.item_tax}} % | {{item.item_tax|add:program.tax }} % | {% if not item.disallow_item %}{% else %} | {% endif %} {% if perms.buybackprogram.manage_programs and program.owner.user == request.user %} | Delete | {% endif %}