{% extends "cms/base.html" %} {% block main %}
{% translate "You have a majority of" %} {{ symbol }} !
{{ conclusion|safe }}
{% if relaunch_button %} {% translate "Relaunch the quiz" %} {% endif %} {% if final_quiz|length > 0 and weasyprint_download_uuid %} {% translate "Download the summary in pdf" %} {% endif %} {% endif %} {% if thank_you %}{% translate "Thank you for your answers." %}
{% endif %} {% if more_info_quiz and more_info_quiz_after_main_quiz %} {% include "django_easy_quiz/more_info_quiz.html" %} {% endif %} {% else %} {% endif %}