{% extends 'generic_help.html' %} {% load i18n %} {% block help_title %} {% trans "What are indexes?" %} {% endblock %} {% block help_text %}

{% blocktrans %} Indexes group documents into a tree like hierarchical structure. {% endblocktrans %}

{% endblock %}