{% extends 'bom/bom-base.html' %} {% load materializecss %} {% load static %} {% block head-title %}{{ title|safe }}{% endblock %} {% block main %} {% endblock %} {% block bom-menu %} {% endblock %} {% block content %}
{% if profile.role == 'A' %}
{% csrf_token %}
{% if subparts.count > 0 %}
Warning! This part has {{ subparts.count }} unreleased subparts. It is strongly recommended to release the below subparts before proceeding:
{% endif %}
{% else %} {% include 'bom/nothing-to-see.html' with required_privilege='Admin' %} {% endif %}
{% endblock %}