You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% trans user=originated_by.printable_name|safe, organization=profile.printable_name|safe, plan=plan.title %}{{user}} accepted the subscription of {{organization}} to {{plan}}{% endtrans %}
{% endblock %}
{% block html_content %}
<div>
<h3>{% trans user=originated_by.printable_name|safe, organization=profile.printable_name|safe, plan=plan.title %}{{user}} accepted the subscription of {{organization}} to {{plan}}{% endtrans %}</h3>
{% if detail %}
<p>
{{detail|md}}
</p>
{% endif %}
<p>
{% trans back_url=back_url, organization=profile.printable_name %}You can now access <a href="{{back_url}}">{{organization}} profile</a> by clicking on the previous link or copy/pasting the following link in your browser:{% endtrans %}