{% load i18n %} R.S.V.P. by Publieditor srl
{% block show-online %} {% include "event/invite_templates/includes/_show_online_black.html" %} {% endblock show-online %}
{% block title %} {% endblock title %}

{{ translation.title|upper }}

{% autoescape off %}{{ body }}{% endautoescape %}
{% block signatures %}
{% if left_signature %}

{% if left_signature.company %} {{ left_signature.company }}
{% endif %} {{ left_signature.title }}

{% endif %}
{% if right_signature %}

{% if right_signature.company %} {{ right_signature.company }}
{% endif %} {{ right_signature.title }}

{% endif %}
{% if left_signature %}

{{ left_signature.name }}

{% endif %}
{% if right_signature %}

{{ right_signature.name }}

{% endif %}
{% endblock signatures %} {% include "event/invite_templates/includes/_disclaimer.html" %} {% block external-images %} {% if external_images %}
{% for external_image in external_images %}

{{ external_image }}

{% endfor %}

{% if translation.language.code = 'en' %} Click on the thumbnail to download the high-definition versions.
Photo copyright free for press use only.
On sport site www.press.bmwgroup-sport.com more photos are available in high resolution. {% else %} Clicca sulle miniature per scaricare le versioni ad alta definizione.
Foto libere da diritti per esclusivo uso stampa.
Sul sito sport www.press.bmwgroup-sport.com sono disponibili altre foto in alta risoluzione. {% endif %}


{% endif %} {% endblock external-images %} {% block button %} {% if not event.is_newsletter %}
{% if adhesion_in_email %} {% if event.show_delegate %} {% endif %} {% if event.show_decline %} {% endif %} {% else %} {% endif %}
{% trans 'Accept' %} {% trans 'Delegate' %} {% trans 'Decline' %} {{ button_text }}
{% endif %} {% if event.has_manual_adhesion %} {% include "event/invite_templates/includes/_manual_adhesion.html" %} {% endif %} {% endblock button %} {% if footer_image %}
{% endif %} {% block unsubscribe %} {% if event.is_newsletter %}

Rimuovimi dalla lista dei destinatari / Unsubscribe me.

{% endif %} {% endblock unsubscribe %}