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