{% extends "base.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block content %}
{% trans "Label" %} | {% trans "Category" %} | {% trans "Price" %} | {% trans "VAT" %} | {% trans "Action" %} |
---|---|---|---|---|
{{ section.name }} | {% trans "rename" %} {% trans "delete" %} | |||
{{ item.label }} | {{ item.get_category_display }} | {{ item.unit_price }} | {{ item.vat_rate|default:'' }} | {% trans "edit" %} {% trans "delete" %} {{ sectionForm.section }} |