{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% block title %}{% trans "Product categories" %}{% endblock %} {% block inside %}
{% blocktrans trimmed %} You can use categories to group multiple products together in an organized way. {% endblocktrans %}
{% if categories|length == 0 %}{% blocktrans trimmed %} You haven't created any categories yet. {% endblocktrans %}
{% trans "Create a new category" %}{% trans "Create a new category" %}
{% trans "Product categories" %} | ||
---|---|---|
{{ c.internal_name|default:c.name }} |