{% extends "base.html" %} {% block title %}Unit Detail - Seismo Fleet Manager{% endblock %} {% block content %}

Loading...

{% include "partials/project_create_modal.html" %} {# Shared event-detail modal (clicking a row in the SFM Events table) #} {% include 'partials/event_detail_modal.html' %} {% endblock %}