{% extends 'confirmpage.html' %} {% block innercontent %} {% if error %}
{{ error }}
{% endif %}

Confirm New Collaborator

Please confirm that you want to add the following collaborator to your project:

{{ collaborator_email }}

{% csrf_token %}
{% endblock %}