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