{% extends "base.html" %} {% load i18n plmapp_tags %} {% block scripts %} {% endblock %} {% block content %}
{% for field in display_form %} {{ field.errors }} {{ field.label_tag }}: {{ field }} {% if field.name == "level" or field.name == "state" %}
{% endif %} {% endfor %}

{% include "parts/bom_thead.html" %} {% for level, link in parents %} {% with link.parent as parent %} {% endwith %} {% endfor %}
-{{ level }} {{ link.order }} {{ link.quantity }} {{ link.get_unit_display }} {{ parent.reference }} {{ parent.revision }} {{ parent.type }} {{ parent.name }} {{ parent.state.name }} {{ states|key:parent.id }}
{% endblock %}