{% extends "page_base.html" %} {% load static %} {% load i18n %} {% load inventree_extras %} {% block page_title %} {% inventree_title %} | {% trans "Manufacturer Part" %} {% endblock page_title %} {% block sidebar %} {% include "company/manufacturer_part_sidebar.html" %} {% endblock sidebar %} {% block breadcrumbs %}
{% trans "Internal Part" %} | {% if part.part %} {{ part.part.full_name }}{% include "clip.html" %} {% endif %} | |
{% trans "Description" %} | {{ part.description }}{% include "clip.html" %} |
{% trans "Manufacturer" %} | {% if part.manufacturer %} {{ part.manufacturer.name }}{% include "clip.html" %} {% else %} {% trans "No manufacturer information available" %} {% endif %} | |
{% trans "MPN" %} | {{ part.MPN }}{% include "clip.html" %} | |
{% trans "External Link" %} | {% include 'clip_link.html' with link=part.link new_window=True %} |