{% extends BASE_TEMPLATE %} {% load staticfiles %} {% load materializecss %} {% block head-title %}{{ title }}{% endblock %} {% block main %} {% endblock %} {% block 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 %}