{% extends "mail/base.html" %} {% load i18n translations %} {% block content %}
{% include "snippets/invite-info.html" %}
{% if invitation.user %}{% blocktranslate count count=validity %}The invitation will expire after {{ count }} hour.{% plural %}The invitation will expire after {{ count }} hours.{% endblocktranslate %}
{% else %} {% include "mail/shared-registration.html" with url=invitation.get_absolute_url action="invite" %} {% endif %} {% endblock content %}