Tax Master List
{{ error }}
{% endif %}
{% if 'add' in session.get('taxmasterPermissions', []) %}
{% endif %}
S.No | Tax Type Name | Type | Primary Tax | Secondary Tax | Status | Action |
---|---|---|---|---|---|---|
{{loop.index}} | {{each_tax_type.taxTypeName}} | {{each_tax_type.taxType}} | {{each_tax_type.primaryTax}} | {{each_tax_type.secondaryTax}} | {% if 'edit' in session.get('taxmasterPermissions', []) %}{% if each_tax_type.actionText == "Active" %} {{ each_tax_type.actionText }} {% else %} {{ each_tax_type.actionText }} {% endif %} | {% endif %}{% if 'edit' in session.get('taxmasterPermissions', []) %} {% endif %} {% if 'delete' in session.get('taxmasterPermissions', []) %} {% endif %} | {% endfor %}