{% extends "part/part_base.html" %} {% load static %} {% load inventree_extras %} {% block details %} {% include "part/tabs.html" with tab='variants' %}
Variant | Description | Stock |
---|---|---|
{% include "hover_image.html" with image=variant.image hover=True %} {{ variant.full_name }} {% if not variant.active %} INACTIVE {% endif %} | {{ variant.description }} | {% decimal variant.total_stock %} |