Files
mayan-edms/apps/document_indexing/templates/indexing_help.html

6 lines
198 B
HTML

{% load i18n %}
<div class="block notice">
<h4>{% trans "What are indexes?" %}</h4>
<p>{% blocktrans %}Indexes group documents into a tree like hierarchical structure.{% endblocktrans %}</p>
</div>