{% extends "email_base.html" %} {% load tz %} {% load i18n %} {% block body %}

{% url "orgs.org_join" invitation.secret as join_url %} {% blocktrans with org_name=org.name host=host %} You've been invited to join {{ org_name }}.
To accept the invitation, click here. {% endblocktrans %}

{% endblock body %}