{% extends 'bom/bom-base.html' %} {% load static %} {% load materializecss %} {% block head-title %}{{ title }}{% endblock %} {% block main %} {% endblock %} {% block bom-menu %}
  • Cancel
  • {% endblock %} {% if profile.role == 'A' %} {% block content %}
    {% csrf_token %} {{ part_form.non_field_errors }}
    Edit this revision's properties below, or click here if you want to manage this revision's bill of materials.
    {% include 'bom/part-revision-display.html' with part_revision_form=form %}
    {% endblock %} {% endif %}