{% load static %} {% load humanize %}
Camp Items.
Camp Items Table*
{% if user.is_superuser %} {% endif %} {% for item in camp_items %} {% if user.is_superuser %} {% endif %} {% endfor %}
Items Photo Item DescriptionActions
{% if item.items %} Item Image {% else %} No Image {% endif %}

{{ item.item_description }}
{% if item.volunteer %} (Volunteer: {{ item.volunteer.name }}) {% elif item.partnering_organization %} (Organization: {{ item.partnering_organization.name }}) {% else %} (No Volunteer or Organization) {% endif %}