{{ u.tool }}
You are using this tool for the project named {{ u.project }} since {{ u.start|date:"MONTH_DAY_FORMAT" }} @ {{ u.start|time }}
{% endfor %}
{% endif %}
Find a tool by category
{% for category in categories %}
{% if category not in unqualified_categories or customer.is_staff or "tool"|customization:"kiosk_only_show_qualified_tools" != "enabled" %}
{{ category }}
{% endif %}
{% endfor %}
{% if upcoming_reservations %}
Upcoming Reservations
{% for reservation in upcoming_reservations %}
{% include 'kiosk/individual_reservation.html' with reservation=reservation customer=customer %}