{% extends "base.html" %} {% block section %}Invitation{% endblock %} {% block title %}Invitation{% endblock %} {% block content %} {% if invitationFound %} {% if form.has_errors %}

Please correct the following error{{ form.errors|pluralize }}:

{% endif %}
Create NIHL Account

{% else %} Invitation not found, or has already been used.

Key: {{ key }} {% endif %} {% endblock %}