{% extends "base.html" %} {% from "_datetime_picker_field.html" import datetime_picker_field %} {% block content %} {% include "_mission_ops_tabs.html" %} {% include "_mission_preview_header.html" %}

Actions

新增内容

新增任务资产
重置
{% if rows %}
{% for row in rows %} {% endfor %}
Asset Type Program Current Event Next Event Entries Action
{{ row.asset.name }} {{ row.asset.asset_type }} {{ row.asset.program or '-' }} {{ row.current_event }} {{ row.next_event }} {{ row.entry_count }}
{% if total_pages > 1 %} {% endif %} {% else %}

没有命中结果

调整筛选条件或重置后重试。

{% endif %}
{% endblock %}