{% extends "forms.html" %} {% load forms %} {% block title %}Invite new user{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Send invitation

{% csrf_token %} {% if project %}

You will be inviting a new applicant to join the project '{{ project }}'.

{% else %}

You will be inviting a new applicant to join and select a project.

{% endif %} {% form_as_div form %}

Please confirm you want to start a new application.

{% endblock %}