{% load uni_form_tags %}
{% if user.invitationstat.can_send %}
{% csrf_token %} {{ form|as_uni_form }}

{% else %}

You do not have any invitations currrently.

{% endif %}