{% 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 %}
{% for question in questions_group.value.questions %} {% endfor %}
{% endfor %} {% endif %}
{% endblock content %}