{% extends 'bom/bom-base.html' %} {% load staticfiles %} {% load materializecss %} {% block head-title %}{{ title }}{% if query %} Search Results{% endif %}{% endblock %} {% block main %} {% endblock %} {% block bom-menu %} {% include 'bom/dashboard-menu.html' %} {% endblock %} {% block bom-menu-mobile %} {% include 'bom/dashboard-menu.html' with upload_id='-mobile'%} {% endblock %} {% block content %}
{% csrf_token %}
{% if organization.number_scheme == 'S' %}
{{ part_class_selection_form|materializecss }}
{% endif %}
search {% if part_class %} {% elif part_assembly %} {% else %} {% endif %}
help {% if part_class or query %} clear {% endif %}
{% if profile.role == 'A' %} Show Actions {% endif %}
{% include 'bom/bom-action-btn.html' with profile=profile %} {% endblock %} {% block bom-script %} {% endblock bom-script %}