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

通信部件

+ New
{% for row in rows %} {% endfor %}
NameRangeMassTypeSourceAction
{{ row.part_name }} {{ row.display_name or '—' }} {{ row.mass_t or '—' }}t {{ row.antenna_type or '—' }} {{ row.source or '—' }}
{% 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 %}