{% extends 'pinax/notifications/subject.txt' %}
{% load i18n %}

{% block message %}
{% blocktrans with platform_name=instance_name first_name=recipient.first_name %}
{{ first_name }}, your account on {{ platform_name }} has been created!
{% endblocktrans %}
{% endblock %}
