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