Tool owner: {{ tool.primary_owner.get_name }}
{% if tool.backup_owners.all.count == 1 %}
{% with tool.backup_owners.all|first as backup %}
Backup owner: {{ backup.get_name }}
{% endwith %}
{% elif tool.backup_owners.all.count > 1 %}
Backup owners:
{% endif %}
{% if tool.superusers.all.count == 1 %}
{% with tool.superusers.all|first as superuser %}
Superuser: {{ superuser.get_name }}
{% endwith %}
{% elif tool.superusers.all.count > 1 %}
Superusers:
{% endif %}
{% if tool.notification_email_address %}
Email: {{ tool.notification_email_address }}
{% endif %}
{% if tool.location %}
Location: {{ tool.location }}
{% endif %}
{% if tool.phone_number %}Phone number: {{ tool.phone_number }}{% endif %}