{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load formset_tags %} {% block title %}{{ request.event.name }}{% endblock %} {% block content %} {% if request.method == "GET" %}
{% trans "You just created an event!" %}
{% blocktrans trimmed %} You can scroll down and create your first ticket products quickly, or you can use the navigation on the left to modify the settings of your event in much more detail. {% endblocktrans %}