{# View #}
{% include "objects/view/text_base.html" %} {% if data and data.text | get_translated_text(metadata_language) and ((schema.markdown and data.is_markdown) or schema.multiline) %} {% else %} {% endif %}
{{ _('Your input is not valid. Please check.') }}
{# Form #}
{% if 'multiline' in schema and schema['multiline'] or 'markdown' in schema and schema['markdown'] %} {% elif 'choices' in schema %} {% else %} {% endif %}