{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}

{% include "snippets/invite-info.html" %}

{% if invitation.user %}
{% trans "View invitation" %}

{% blocktrans count count=validity %}The invitation will expire after {{ count }} hour.{% plural %}The invitation will expire after {{ count }} hours.{% endblocktrans %}

{% else %} {% include "mail/shared-registration.html" with url=invitation.get_absolute_url action="invite" %} {% endif %} {% endblock %}