{% load i18n %} {% load txcommontags %} {% load webeditortags %} {% if form %} {% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} {% if "msgstr_field"|in_list:field.name %}
{% for error in field.errors %}{{ error }}{% endfor %}
{% endif %}