{% load foundation_tags %}
{% if "hidden" in type_class %} {{ item }} {% elif is_checkbox %} {% else %} {{ item }} {% if item.errors %} {% for error in item.errors %}{{ error }}
{% endfor %}
{% endif %} {% endif %}