Files
mayan-edms/apps/converter/templates/converter_file_formats_help.html

6 lines
233 B
HTML

{% load i18n %}
<div class="block notice">
<h4>{% trans "Help" %}</h4>
<p>{% blocktrans %}These are the file formats supported by the currently selected converter backend. In this case: '{{ backend }}'{% endblocktrans %}</p>
</div>