{% extends "base.html" %} {% load i18n svg %} {% block content %}

{{ page.title }}

{% if page.content %}
{{ page.content | safe }}
{% endif %} {% if page.questions_groups %} {% for questions_group in page.questions_groups %}
{% include 'components/containers/container_questions.html' with questions_group_block=questions_group.value questions_group_id=forloop.counter %}
{% endfor %} {% endif %}
{% endblock content %}