{% if "list" in type_class %}
{% if is_checkbox %}{{ item }}{% endif %} {{ item.label }}{% if item.field.required %}*{% endif %}{% if item.field.help_text %}({{ item.field.help_text }}){% endif %} {% if not is_checkbox %}{{ item }}{% endif %}