{% for field in ui_fields %}
{% if field.name != "creating_user" %}
{% if field.type == "select" %}
{% elif field.name.endswith('record_datetime') %}
{% elif field.name.endswith('record_datetime_end') %}
{% elif field.name.endswith('_date') %}
{% elif not field.name.endswith('_break') %}
{% endif %}