{% set field_html -%}{{ field|safe }}{% endset -%} {% if not field.field.widget.skip_output -%}
{{ field.label }}: {{ field_html|safe }}
{% endif -%}