{% extends "info/layout.html" %} {% load static %} {% block script %} {% comment %} {% endcomment %} {% endblock script %} {% block body %}
{% for item in draft_parts %} {% endfor %}
料号 描述 版本 编辑 删除
{{ item.part_number }} {{ item.description }} {% if item.version|length > 1 %} {{ item.version }} {% else %} 0{{ item.version }} {% endif %} 编辑 删除
返回
{% endblock body %}