{% if messages %} {% for message in messages %}
{% if message.title %} {{message.title}} {% endif %} {{ message.msg }}
{% endfor %} {% endif %} {% if corrective_hints is defined %}
    {% for hint in corrective_hints %}
  • {{ hint }}
  • {% endfor %}
{% endif %} {% if title is defined %}

{{ title }}

{% endif %} {% if subtitle is defined %}

{{ subtitle }}

{% endif %}
{{ widget }}
{{statustext}}
{% if backward_text is defined %} {% endif %} {% if jumpList is defined %} {% endif %} {% if forward_text is defined %} {% endif %} {% if finish_text is defined %} {% endif %}