{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Placeholders" %}{% endblock %} {% block content %}

{% trans "New question-based email placeholder" %}

{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.question layout="control" %} {% bootstrap_field form.slug layout="control" %}
{% endblock %}