{% extends "global/Page.html" %} {% load static %} {% block styles %} {% endblock %} {% block title %} {% if lang == 'fr' %} Questionnaire Post-Résultat - Ronde {{ round_number }} {% else %} Post-Result Questionnaire - Round {{ round_number }} {% endif %} {% endblock %} {% block content %} {% if lang == 'fr' %}

Veuillez répondre aux questions suivantes sur votre expérience après avoir vu les résultats :

{% else %}

Please answer the following questions about your experience after seeing the results:

{% endif %}
{{ formfields }}
{% endblock %} {% block footer_buttons %} {% if lang == 'fr' %} {% else %} {% endif %} {% endblock %}