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}} granted {{organization}} a subscription to {{plan}}{% endtrans %}
{% endblock %}
{% block html_content %}
<div>
<h3>{% trans user=originated_by.printable_name, organization=profile.printable_name|safe, plan=plan.title %}{{user}} granted {{organization}} a subscription to {{plan}}{% endtrans %}</h3>
{% if detail %}
<p>
{{detail|md}}
</p>
{% endif %}
<p>
{% trans back_url=back_url %}You can <a href="{{back_url}}">accept the subscription</a> by clicking on the previous link or copy/pasting the following link in your browser:{% endtrans %}