{% 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 %}.
|