{% if item.field_content == "label" %} <{{ title_tag }}>{{ field.label }} {% elif item.field_content == "value" %} {% if value or item.empty_value == '@empty@' %} <{{ title_tag }}>{% include "combo/wcs/card-field-value.html" with mode="inline" %} {% else %} {% with item.empty_value as value %} <{{ title_tag }}>{% include "combo/wcs/card-field-value.html" with mode="inline" %} {% endwith %} {% endif %} {% endif %}