{% load i18n %} {% if controls %}

{{ fieldset_title }} {% if applied_count %} {% blocktranslate %}(применено: {{ applied_count }}/{{ total_count }}){% endblocktranslate %} {% endif %}

{% for control in controls %}
{% endfor %}
{% endif %}