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

Communication

通信部件目录

支持分页、筛选、排序和快速编辑。

总记录 {{ total_catalog_count }}
当前结果 {{ total_count }}
当前页 {{ page }} / {{ total_pages }}

Actions

新增内容

新增通信部件
重置
{% if rows %}
{% for row in rows %} {% endfor %}
Part Display Type Range (km) Mass (t) Idle (W) Source Flags Action
{{ row.part_name }} {{ row.display_name or '-' }} {{ row.antenna_type or '-' }} {{ row.range_km if row.range_km is not none else '-' }} {{ row.mass_t if row.mass_t is not none else '-' }} {{ row.idle_power_watt if row.idle_power_watt is not none else '-' }} {{ row.source or '-' }} {% if row.is_active %}Active{% else %}-{% endif %} {% if row.is_deployable %} / Deployable{% endif %} {% if row.is_feeder %} / Feeder{% endif %}
编辑
{% if total_pages > 1 %} {% endif %} {% else %}

没有命中结果

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

{% endif %}
{% endblock %}