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

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

{% else %}

{% trans "Create product" %}

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

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