{% load i18n %}
<{{ instance.title_level }} class="quiz-title"> {{ instance.quiz.name }} {% if instance.short_description %}

{{ instance.short_description }}

{% endif %} {% if instance.button_text %}{{ instance.button_text }}{% else %}{% trans "Launch the quiz" %}{% endif %}