{% extends "base.html" %} {% block content %}
Mission Operations

任务总览

Simulation: {{ simulation_time_display }} · All metrics derived from asset logs

Tracked Assets
{{ total_assets }}
{{ mothership_count }} Motherships · {{ station_count }} Stations
Active Missions
{{ active_missions }}
Upcoming (30d)
{{ upcoming_count }}
{{ upcoming_summary }}
Status Board
{% for group in status_groups %}
{{ group.label }} {{ group.assets|length }}
{% for asset in group.assets %}
{{ asset.name }} {{ asset.mission }} {{ asset.location }}
{% endfor %}
{% endfor %}
Upcoming Events
{% for ev in upcoming_events %}
{{ ev.date }}{{ ev.title }} {% if ev.within_30d %}30d{% endif %}
{% endfor %}
{% endblock %}