{% if 'choices' in schema %} {% include "objects/fields/text_choices_field.html" %} {% else %} {% for language in input_languages %}
1 %}style="display: none; {% if loop.index0 %}margin-top: 15px;{% endif %}"{% endif %} class="{% if input_languages | length > 1 %}input-group{% endif %} {% if not language.enabled_for_input %}has-error{% endif %}" > {% if schema.markdown %} {% elif schema.multiline %} {% else %} {% endif %} {% if input_languages | length > 1 %} {{ language.names | get_translated_text }} {% endif %}
{% endfor %} {% endif %} {% if disabled_input_language_codes and not (id_prefix + '_text' in errors or id_prefix + '_text_en' in errors) %}
{{ _('Error:') }} {{ _('The following languages have been disabled for input:') }} {{ disabled_language_names | join(', ') }}
{% endif %}