{% extends 'buybackprogram/page.html' %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% load static %} {% block body %}
Name | Tax | Is allowed | Actions | {% for item in program_items %}|
---|---|---|---|---|
{{item.item_type.name}} | {{item.item_tax}} % | {% if not item.disallow_item %}{% else %} | {% endif %} | Delete |