{% extends 'pinax/notifications/body.html' %} {% load i18n %} {% block subject %}{% trans 'Good job !' %}{% endblock %} {% block message %}
{% blocktrans with first_name=recipient.first_name last_name=recipient.last_name %} Hello {{ first_name }} {{ last_name }}, {% endblocktrans %}
{% blocktrans with training_name=training.name session_date=session.start_date %} Your {{ training_name }} session content and data from {{ session_date }} are now available on the {{ instance_name }} platform. Simply, click the button below to access them. {% endblocktrans %}
{% endblock %} {% block extras %} {% trans 'Get it here' as button_label %} {% include 'pinax/notifications/button.html' %} {% endblock %}