{% extends "email/base.html" %} {% load i18n %} {% load humanize %} {% block content %}

{% blocktrans %} You're Invited! {% endblocktrans %}

{% if expires %} {% endif %}
{% blocktrans %} You have been invited to join {{ host }}. Click the button below to get started. {% endblocktrans %}
{% blocktrans with expires=expires|naturaltime %} This invitation expires {{ expires }}. {% endblocktrans %}
{% trans 'Accept Invitation' %}
{% endblock %} {% block sub_content %} {% blocktrans %} If you cannot click the button above, please copy and paste the following URL into your browser: {% endblocktrans %}
{{ url }} {% endblock %}