{% extends 'pinax/notifications/body.html' %}
{% load i18n %}
{% block message %}
{% blocktrans with username=user.username password=password master_url=master_url %}
Hello,
You've created an account on our digital training platform.
Please use the information below to login:
username: {{ username }}
password: {{ password }}
You can access your training content with the following link: {{ master_url }}
Best regards,
The Magency team.
{% endblocktrans %}
{% endblock %}