{% extends 'bom/bom-base.html' %} {% load materializecss %} {% load static %} {% block head-title %}{{ title|safe }}{% endblock %} {% block content %}
{% if perms.bom.release_revision %}
{% 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 %}