{% load i18n %}
{% blocktrans with org_name=org.name org_url=org.view_url duration=duration %}
You have been sent this message because you are an administrator for {{ org_name }}.

{{ org_name }} does not currently have any active facilities, exchanges or networks in it.

If it remains empty for {{ duration }} days it will be removed.

You can add objects to your organization here: {{ org_url }}
{% endblocktrans %}
