{% extends "core/base_print.html" %} {% load i18n static %} {% block page_title %} {% trans "Voucher for "%} {{ voucher.event }} {% endblock %} {% block extra_head %} {% endblock %} {% block browser_title %}{% trans "Voucher for "%} {{ voucher.event }}{% endblock %} {% block content %}
Logo

{{ voucher.event }}

{{ voucher.code }}

{% trans "Voucher for" %} {{ voucher.person.first_name }} {{ voucher.person.last_name }} {% trans "to visit event" %} {{ voucher.event }} {% trans "on" %} {{ voucher.event.date_event }} {% trans "at" %} {{ voucher.event.place }}!

{% trans "To use the voucher, register for the event " %} {% trans "here" %}

{% endblock %}