{% extends "cms/base.html" %} {% load i18n %} {% block main %}
{% translate "Result" %}: {{ conclusion.points }} {% translate "point" %}{{ conclusion.points|pluralize }}
{% translate "Summary:" %}
{% for dict in final_quiz %} {% endfor %} {% if relaunch_button %} {% translate "Relaunch the quiz" %} {% endif %} {% if final_quiz|length > 0 and weasyprint_download_uuid %} {% translate "Download the summary in pdf" %} {% 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 %}