{% load uni_form_field ui_utils_tags %} {% if field.is_hidden and not field.name == 'text' %} {{ field }} {% else %} {{ field|display_value }} {% endif %}