Files
mayan-edms/mayan/apps/dynamic_search/templates/search_help.html

6 lines
242 B
HTML

{% load i18n %}
<div class="block notice">
<h4>{% trans "Help" %}</h4>
<p>{% blocktrans %}Enter the desired search keywords separated by space. Only the top {{ search_results_limit }} results will be available.{% endblocktrans %}</p>
</div>