{% extends 'bom/bom-base.html' %} {% load static %} {% load djmoney %} {% block head-title %}{{ part.full_part_number }}{% if part_revision %} {{ part_revision.synopsis }}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block content %} {% include 'bom/bom-action-btn.html' with profile=profile %}

Seller / {{ seller.name }}

Back to sellers
{% if profile.role == 'A' and seller %}
more_vert
{% endif %}
{% include 'bom/components/seller-part-list.html' with seller_parts=seller_parts profile=profile %}
{% endblock %} {% block bom-script %} {% endblock %}