{% extends "base_email.html" %} {% load i18n %} {% load orbit %} {% block content %}

{%trans "Your request to access the space" %} {{instance.circle.name}} {%trans "has been" %} {% if accepted %}{%trans "accepted" %}{% else %}{%trans "denied" %}{% endif %}.

{% endblock %} {% block unsubscribe %} {% trans "Pour ne plus recevoir ces e-mails, rends-toi sur" %} {% trans "ton profile" %}. {% endblock %}