{% extends "seevooplay/base.html" %} {% load i18n static %} {% block title %}resend invitations {{ block.super }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

resend invitations

{% if messages %} {% endif %}
{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field }} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% endfor %}
{% endblock %}