{% load staticfiles %} {% 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 %}