{% load crispy_forms_field %} {% if field.is_hidden %} {{ field }} {% else %} {% include "horizon/common/_form_field.html" %} {% endif %}