{% load i18n %}
{% load template_tags %}
Dobrý den,

tato zpráva slouží k ověření vaší emailové adresy, což je nezbytný krok pro získání přístupu do AMČR.

Svoji emailovou adresu ověříte kliknutím na níže uvedený odkaz:
{% get_site_url %}{% url 'django_registration_activate' %}

Do aktivačního formuláře zadejte následující aktivační klíč:
{{ activation_key }}

Tento odkaz expiruje za {{ expiration_days }} dní.

------------------------------
Toto je automaticky generovaná zpráva systému AMČR. V případě potřeby kontaktujte administrátora ARÚ Praha (amcr@arup.cas.cz) nebo ARÚ Brno (amcr@arub.cz).
Odesláno z: {% get_server_domain %}

------------------------------------------------------------

Hello,

This message is to verify your email address, which is a necessary step to gain access to the AMCR.

You can verify your email address by clicking on the link below:
{% get_site_url %}{% url 'django_registration_activate' %}

Insert the following activation key to the activation form:
{{ activation_key }}

This link expires in {{ expiration_days }} days.

------------------------------
This is automaticly generated message from the AMCR system. In case of need, please contact administrator at IA Prague (amcr@arup.cas.cz) or IA Brno (amcr@arub.cz).
Sent from: {% get_server_domain %}
