{% extends 'mail.html' %}
{% load i18n %}
{% block content %}
{% blocktrans with name=name association=association %}
Hello {{ name }},
You have been accepted as member of {{ association }}.
In the appendix you can find the bylaws, statutes and privacy statement.
Kind regards,
The MySU team
{% endblocktrans %}
{% endblock content %}