{% extends "pretixcontrol/item/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load static %} {% block inside %}
{% csrf_token %}
{% trans "General information" %}

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

{% bootstrap_field form.name layout="control" %}
{% bootstrap_field form.internal_name layout="control" %}
{% bootstrap_field form.copy_from layout="control" %} {% bootstrap_field form.has_variations layout="control" %} {% bootstrap_field form.category layout="control" %} {% bootstrap_field form.admission layout="control" %}
{% if form.quota_option %}
{% trans "Quota settings" %}
{% bootstrap_field form.quota_option layout="control" %}
{% bootstrap_field form.quota_add_existing layout="control" %}
{% bootstrap_field form.quota_add_new_name layout="control" %} {% bootstrap_field form.quota_add_new_size layout="control" %}
{% endif %}
{% trans "Price settings" %}
{% bootstrap_field form.default_price layout="control" %} {% bootstrap_field form.tax_rule layout="control" %}
{% endblock %}