{% load custom_tags_and_filters %}
Go back

{{ category }}

{% for tool in tools %} {% if tool not in unqualified_tools or customer.is_staff or "tool"|customization:"kiosk_only_show_qualified_tools" != "enabled" %}
{{ tool }} {% if tool.in_use %} {% endif %} {% if tool.delayed_logoff_in_progress %} {% endif %} {% if tool.scheduled_outages %} {% elif tool.scheduled_partial_outages %} {% endif %} {% if tool.required_resource_is_unavailable %} {% elif tool.nonrequired_resource_is_unavailable %} {% endif %} {% if tool.operational == False %} {% elif tool.problematic == True %} {% endif %}
{% endif %} {% endfor %}