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

任务资产

+ New Asset
{% for row in rows %} {% endfor %}
Name Type Location Current Event Entries Action
{{ row.asset.name }} {{ row.asset.asset_type or '—' }} {{ row.current_location or '—' }} {{ row.current_event or '—' }} {{ row.entry_count }}
{% if total_pages > 1 %}
{% if has_prev %}← Prev{% endif %} {% for link in page_links %} {% if link.is_current %}{{ link.page }} {% elif link.is_ellipsis %}... {% else %}{{ link.page }}{% endif %} {% endfor %} {% if has_next %}Next →{% endif %}
{% endif %} {% endblock %}