mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
{% load i18n %}
|
|
This is a test file for sending mails.
|
|
Event name: {{ event }}
|
|
Unevaluated placeholder: {currency}
|
|
{% get_current_language as LANGUAGE_CODE %}
|
|
The language code used for rendering this email is {{ LANGUAGE_CODE }}.
|
|
|
|
Payment info:
|
|
{{ payment_info }}
|
|
|
|
**Meta**: {{ meta_Test }}
|
|
|
|
Event website: [{{event}}](https://example.org/{{event_slug}}) |