6 lines
233 B
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>
|