{% extends 'pinax/notifications/body.html' %}
{% load i18n %}
{% block message %}
{% blocktrans with training_name=training.name training_content_url=master_url|add:training.get_content_url %}
Hello,
The following email has just been sent to your trainees:
Hello,
Thank you for your participation in a digital training {{ training_name }}
You can download your notes with the following link: {{ training_content_url }}
Best regards,
The Magency team.
{% endblocktrans %}
{% endblock %}