6 lines
389 B
HTML
6 lines
389 B
HTML
{% load i18n %}
|
|
<div class="block notice">
|
|
<h4>{% trans "What are folders?" %}</h4>
|
|
<p>{% blocktrans %}These folders can also be described as user folders. They are a way to let individual users create their own document organization methods. Folders created by one user and the documents contained by them don't affect any other user folders or documents.{% endblocktrans %}</p>
|
|
</div>
|