{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load money %} {% load static %} {% block title %}{% trans "Products" %}{% endblock %} {% block inside %} {% blocktrans asvar s_taxes %}taxes{% endblocktrans %}
{% 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 or move products to a different category. {% endblocktrans %}
{% if items|length == 0 %}{% blocktrans trimmed %} You haven't created any products yet. {% endblocktrans %}
{% trans "Create a new product" %}