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

载具成本

+ New
{% for row in rows %} {% endfor %}
NameLaunch CostSourceAction
{{ row.vehicle_name }} {{ row.launch_cost_funds or '—' }} funds {{ 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 %}