{% load bootstrap_tags %}
{% if user.invitationstat.can_send %}
{% csrf_token %} {{ form|as_bootstrap }}
{% else %}

You do not have any invitations currrently.

{% endif %}