Files
mayan-edms/apps/documents/templates/recent_document_list_help.html

6 lines
247 B
HTML

{% load i18n %}
<div class="block notice">
<h4>{% trans "What are recent documents?" %}</h4>
<p>{% blocktrans %}Here you will find the latest {{ recent_count }} documents you have either created or edited in any way.{% endblocktrans %}</p>
</div>