{% load static %} {% load materializecss %} {% comment %} This file is intended to be used as a Django include file for the purpose of displaying all of the properties of a part revision, as follows: {% include 'bom/part-revision-display.html' with part_revision_form=XXX %} where XXX should be the name of the includee's object that represent its PartRevisionForm. {% endcomment %}
You can add part class specific properties (e.g. voltage, width, sheen, etc) after creating the part.
{% else %}This part has no properties assigned. The organization admin can assign properties to this part class in settings.
{% endif %}