{% if "list" in type_class %}
{{ item }}
{% elif "hidden" in type_class %} {{ item }} {% else %}

{% if is_checkbox %}{{ item }}{% endif %} {% if not is_checkbox %}{{ item }}{% endif %}

{% endif %}