{% extends "global/Page.html" %} {% block title %} {{ Lexicon.slider_title }} {% endblock %} {% block content %}
{% if is_example %}

{{ Lexicon.slider_instruction_preamble_test | safe }}

{% else %}

{{ Lexicon.slider_instruction_preamble_real | safe }}

{% endif %}

{{ Lexicon.slider_instruction | safe }}

Illustration
{# Hidden submit button to allow form submission from footer #} {% endblock %} {% block footer_buttons %} {% if lang == 'fr' %} {% else %} {% endif %} {% endblock %}