{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% block title %}{% trans "Products" %}{% endblock %} {% block inside %}
{% blocktrans trimmed %} You haven't created any products yet. {% endblocktrans %}
{% trans "Create a new product" %}| {% trans "Product name" %} | {% trans "Category" %} | ||||||
|---|---|---|---|---|---|---|---|
|
{% if not i.active %} |
{% if i.available_from or i.available_until %} {% endif %} | {% if i.admission %} {% endif %} | {% if i.var_count %} {% endif %} | {% if i.hide_without_voucher %} {% elif i.require_voucher %} {% endif %} | {% if i.category %}{{ i.category.name }}{% endif %} |