{{ comment }}
{% if info_pages is not empty and info_pages is iterable %}[ {% if page is empty %} {% trans 'Variables' %} {% else %} {% trans 'Variables' %} {% endif %} {% for current, label in info_pages %} | {% if page is defined and page == current %} {{ label }} {% else %} {{ label }} {% endif %} {% endfor %} ]
{% endif %} {% if page_output is not empty %} {{ page_output|raw }} {% else %}{{ support }}
{{ variables|raw }} {% endif %}