{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load static %} {% load compress %} {% block title %}{% trans "PDF Editor" %}{% endblock %} {% block custom_header %} {{ block.super }} {% compress css %} {% endcompress %} {% endblock %} {% block content %}
{% blocktrans trimmed %} You can use placeholders in custom texts on tickets to enrich your text with individual data. Which placeholders are available depends on your event settings, activated plugins, the selected product, as well as user input. This page lists all placeholders technically available for your event, however most of them can also be empty in some cases depending on configuration. {% endblocktrans %}
{% trans "Placeholder" %} | {% trans "Description" %} | {% trans "Formatting example" %} |
---|---|---|
{{ "{" }}{{ varname }}{{ "}" }} |
{{ var.label }} | {{ var.editor_sample }} |
{{ "{" }}meta:{{ p.name }}{{ "}" }} |
{% trans "Event attribute:" %} {{ p.name }} | |
{{ "{" }}itemmeta:{{ p.name }}{{ "}" }} |
{% trans "Item attribute:" %} {{ p.name }} |