{{ 'All'|trans }} {% for label in season.questionLabels %} {{ label.name }}
{% endfor %} {% embed 'components/modal.html.twig' with { id: 'addLabelModal', title: 'Add label'|trans, triggerLabel: 'Add label'|trans, } %} {% block modal_body %}
{% for colour in labelColours %} {% endfor %}
{% endblock %} {% block modal_footer %} {% endblock %} {% endembed %}
{% for bankQuestion in bankQuestions %} {% else %} {% endfor %}
{{ 'Question'|trans }} {{ 'Labels'|trans }} {{ 'Reusable'|trans }} {{ 'Used in'|trans }}
{{ bankQuestion.question }} {% for label in bankQuestion.labels %} {{ label.name }} {% endfor %} {% if bankQuestion.reusable %} {{ 'Reusable'|trans }} {% endif %} {% for usage in bankQuestion.usages %}
{{ usage.quiz.name }}
{% if usage.quiz.isFinalized %}
{% endif %}
{% endfor %}
{% if bankQuestion.canBeAssigned and assignableQuizzes|length > 0 %}
{% endif %}
{{ 'No questions in the question bank yet'|trans }}
{{ include('backoffice/help/season_question_bank.html.twig') }}