{% if assigned_modem.hardware_model or assigned_modem.ip_address %}
{{ assigned_modem.hardware_model or '' }}{% if assigned_modem.hardware_model and assigned_modem.ip_address %} • {% endif %}{{ assigned_modem.ip_address or '' }}
{% endif %}
{% else %}
No modem paired
{% endif %}
{% if assignment %}
Assigned Since
{{ assignment.assigned_at|local_datetime if assignment.assigned_at else 'N/A' }}
{% if assignment.notes %}
Notes
{{ assignment.notes }}
{% endif %}
{% endif %}
{% else %}
No unit currently assigned
{% endif %}
Total Events—
Overall Peak——
Last Event—
False Triggers—
Seismographs deployed at this location
✎
Click the pencil to backdate a deployment so historical events get attributed to this location.
Edit Deployment Window
—
Loading events…
Location Settings
Assign Unit
Select a seismograph and optionally a modem for this location
{# Shared event-detail modal (clicking an event row in the Events tab) #}
{% include 'partials/event_detail_modal.html' %}
{% endblock %}