{% load i18n %}
{% trans "Publication email address" %} |
{% if preferences.publish_address %}
{{ preferences.publish_address }} |
{% else %}
{% trans "No email address, the tickets will not be published." %} |
{% endif %}
---|---|---|
{% trans "Email language" %} |
{{ language }} |