{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{{ request.event.name }}{% endblock %} {% block content %} {% if "congratulations" in request.GET %}
{% trans "You just created an event!" %}
{% blocktrans trimmed %} You can now scroll down and modify the settings in more detail, if you want, or you can create your first product to start selling tickets right away! {% endblocktrans %}