{% load staticfiles crispy_forms_tags i18n %}
{% if form.errors %} {% endif %}

{% trans "All fields marked with an asterisk (*) are required" %}

get_forwards_count = {{ invite.get_forwards_count }} get_sent_forwards_count = {{ invite.get_sent_forwards_count }} get_unsent_forwards_count = {{ invite.get_unsent_forwards_count }} get_max_forwards = {{ invite.get_max_forwards }}
{% csrf_token %}
{% trans 'Invite options' %}
{{ form.i_will_intervene }}
{% trans 'Recipients' %}

{% trans 'Recipient' %} 1 {% trans 'of' %} {{ invite.event.max_limit_forwarders}}


{% trans 'Recipient' %} 2 {% trans 'of' %} {{ invite.event.max_limit_forwarders}}

...