{% extends "base_layout.html" %} {% block headers %} Community Explorer Form : saved answers {% endblock %} {% block main_content %}
 
 

Registration {{ "ok" if form_accepted else "failed" }}

{% 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}}

 
 
 

debug

{% for key in debug_records %}

{{key}} {{debug_records[key]}}

{% endfor %}

{{debug_message|safe}}

 
{% endblock %}