{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% block title %}{% trans "Products" %}{% endblock %} {% block inside %}
{% trans "Create new product" %}
| {% trans "Product name" %} | {% trans "Category" %} |
|---|---|
| {{ i.name }} | {% if i.category %}{{ i.category }}{% endif %} |