{# templates/invitations/invite.html #} {% load i18n %}

{% trans "Send Invitation" %}

{% blocktrans %}To send an invitation, please go to the Django admin and create a new Invitation object.{% endblocktrans %}

{% trans "Go to Django Admin" %}

{% if request.user.is_staff %}

{% blocktrans %}Only staff users can send invitations.{% endblocktrans %}

{% endif %}