{% extends 'email_base.html' %} {% load i18n seahub_tags %} {% block email_con %} {% autoescape off %}

{% trans "Hi," %}

{% blocktrans with org_name=org_name %}You are receiving this email because your team {{org_name}} has been deactivated.{% endblocktrans %}

{% blocktrans with link=reactivate_link %} If you like to continue using our site, click here. Otherwise your account will be deleted in 60 days. {% endblocktrans %}

{% endautoescape %} {% endblock %}