{% extends "base.html" %} {% block content %}
Select a probe to view its location history
{% endif %} {% if locations and not probe_id %}| Name | Address | Contact | Phone | |
|---|---|---|---|---|
| {{ location.name }} | {{ location.address }} | {{ location.contact_name }} | {{ location.contact_phone }} | {{ location.contact_email }} |
No location data available
{% endif %}| Location | Start Date | End Date | Duration |
|---|---|---|---|
| {{ item.location.location_id }} | {{ item.location.start_date.strftime('%Y-%m-%d') }} | {{ item.location.end_date.strftime('%Y-%m-%d') if item.location.end_date else 'Current' }} | {{ item.duration_days }} days |