{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% block title %}{% trans "Products" %}{% endblock %} {% block inside %}
{% blocktrans trimmed %} Below, you find a list of all available products. You can click on a product name to inspect and change product details. You can also use the buttons on the right to change the order of products within a give category. {% endblocktrans %}
{% trans "Create new product" %}
| {% trans "Product name" %} | {% trans "Category" %} | |
|---|---|---|
| {{ i.name }} | {% if i.category %}{{ i.category.name }}{% endif %} |