{% extends "page.html" %} {% block title %}{% i18n "GLOSSARY" %}Glossary{% endi18n %} | {{ title }}{% endblock %} {% block page_inner %} {% for item in glossary %} {{ item.name }} {{ item.description }} {% i18n "GLOSSARY_INDEX" %}Index{% endi18n %} {% for file in item.files %} {{ file.level }}. {{ file.title }} {% endfor %} {% endfor %} {% endblock %}
{{ item.description }}