{% extends "pretixcontrol/events/create_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block form %}

{% blocktrans trimmed %} Do you want to copy over your configuration from a different event? We will copy all products, categories, quotas, and questions as well as general event settings. {% endblocktrans %}

{% blocktrans trimmed %} Please make sure to review all settings extensively. You will probably still need to change some settings manually, e.g. date and time settings and texts that contain the event name. {% endblocktrans %}
{% bootstrap_field form.copy_from_event layout="control" %} {% endblock %}