{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Product category" %}{% endblock %} {% block inside %}

{% trans "Product category" %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% trans "General information" %} {% bootstrap_field form.name layout="control" %}
{% bootstrap_field form.internal_name layout="control" %}
{% bootstrap_field form.description layout="control" %} {% bootstrap_field form.is_addon layout="control" %}
{% if category %}

{% trans "Category history" %}

{% include "pretixcontrol/includes/logs.html" with obj=category %}
{% endif %}
{% endblock %}