{% load custom_tags_and_filters %}
{{tool.description| safe }}
You may force {{ tool.get_current_usage_event.operator }} off this tool.
{% elif not tool.post_usage_questions %} {% if time_left and "tool"|customization:"tool_control_ongoing_reservation_force_off" == "enabled" %}You may force {{ tool.get_current_usage_event.operator }} off this tool since you have an ongoing reservation and the tool has no post usage questions.
{% endif %} {% endif %} {% endif %}{{ tool.primary_owner.get_contact_info_html|safe }} is primarily responsible for this tool and can be contacted with any questions or concerns about the tool.
{% if tool.backup_owners.all.count == 1 %} {% with tool.backup_owners.all|first as backup %}If you are unable to reach {{ tool.primary_owner.get_name }} then please contact the backup tool owner, {{ backup.get_contact_info_html|safe }}.
{% endwith %} {% elif tool.backup_owners.all.count > 1 %}If you are unable to reach {{ tool.primary_owner.get_name }} then please contact {% for x in tool.backup_owners.all %} {% if not forloop.last %} {{ x.get_contact_info_html|safe }}, {% else %} or {{ x.get_contact_info_html|safe }}. {% endif %} {% endfor %}
{% endif %} {% if tool.superusers.all.count == 1 %} {% with tool.superusers.all|first as superuser %}For equipment training, you can contact the primary, backup or the superuser, {{ superuser.get_contact_info_html|safe }}.
{% endwith %} {% elif tool.superusers.all.count > 1 %}For equipment training, you can contact the primary, backup or one of the superusers {% for x in tool.superusers.all %} {% if not forloop.last %} {{ x.get_contact_info_html|safe }}, {% else %} or {{ x.get_contact_info_html|safe }}. {% endif %} {% endfor %}
{% endif %} {% if tool.notification_email_address %}Problem reports for the {{ tool.name_or_child_in_use_name }} are automatically emailed to {{ tool.notification_email_address }}.
{% endif %} {% if tool.location %}The {{ tool.name_or_child_in_use_name }} is located in room {{ tool.location }}.
{% endif %} {% if tool.phone_number %}You may dial the phone that is closest to the {{ tool.name_or_child_in_use_name }} at extension {{ tool.phone_number }}.
{% endif %} {% if show_broadcast_qualified_for_regular_user %}You can email all qualified users{% if not show_broadcast_upcoming_reservation %}.
{% endif %} {% endif %} {% if show_broadcast_upcoming_reservation %} {% if show_broadcast_qualified_for_regular_user %} or {% else %}You can email {% endif %} all users with an upcoming reservation.
{% endif %}