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

{% trans "Question-based email placeholders" %}

{% blocktrans trimmed %} These placeholders will allow you to change the content of pretix emails depending on the questions answers the receiving attendee has given. You have to create a new placeholder for every question that you want to use. {% endblocktrans %}

{% csrf_token %}

{% trans "Create a new placeholder" %}

{% for p in question_placeholders %} {% endfor %}
{% trans "Placeholder" %} {% trans "Question" %} {% trans "Placeholder options" %}
{question_{{ p.placeholder_name }}} {{ p.question.question }}
{{ p.question.identifier }}
{{ p.rules.all.count }}
{% endblock %}