{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %}{{ item.name }} :: {% trans "Product" %}{% endblock %} {% block content %} {% if item.identity %}

{% trans "Modify product:" %} {{ item.name }}

{% else %}

{% trans "Create product" %}

{% blocktrans trimmed %} You will be able to adjust further settings in the next step. {% endblocktrans %}

{% endif %} {% if item.identity and not item.quotas.exists %}
{% blocktrans trimmed %} Please note, that your product will not be available for sale until you added your item to an existing or newly created quota. {% endblocktrans %}
{% endif %} {% block inside %} {% endblock %} {% endblock %}