{% extends "company/company_base.html" %} {% load static %} {% block details %} {% include 'company/tabs.html' with tab='parts' %}
SKU | Part | MPN | URL |
---|---|---|---|
{{ part.SKU }} | {% if part.part %} {{ part.part.name }} {% endif %} | {{ part.manufacturer_string }} | {{ part.URL }} |