{% extends "base_layout.html" %} {% block headers %}
{% if form_accepted %}
Thank you for your answers ! We have updated the Community Explorer registration database with this new information.
{% else %}
Your answers couldn't be accepted
{% if backend_error %}
because there was an error in the DB save (see detail below)
{% else %}
because you filled some wrong information in the verification test !
{% endif %}
(if you click "back" you should be able to have your answers still in the form)
{% endif %}
{{message|safe}}
{{key}} <- {{debug_records[key]}}
{% endfor %} {% if debug_message %}{{debug_message|safe}}
{% endif %} {% endif %}