Item {% if info_column != 'False' %}
Mouse over or tap for full name (if truncated) and description
{% endif %} {% if photo_column != 'False' %}  Photo {% endif %} {% if date_column != 'False' %} Date {% endif %} {% if cat_column != 'False' %} Category {% endif %} {% if box_column != 'False' %} Box {% endif %} Edit Delete
{%- for item_num, item_name, box_num, item_pic, item_date, item_cat, item_desc in item_list %}
{% if info_column != 'False' %}
{% if item_desc|length>0 %}
{% if item_name|length > 25 %} {{item_name}}

{% endif %} {{item_desc}}
{% else %} {% endif %}
{% endif %} {% if photo_column != 'False' %}
  item image
{% endif %} {% if date_column != 'False' %}
{{ item_date|string }}
{% endif %} {% if cat_column != 'False' %}
{{ item_cat }}
{% endif %} {% if box_column != 'False' %}
{{ box_num }}
{% endif %}
{%- endfor %}