{% extends "page_base.html" %} {% load inventree_extras %} {% load static %} {% load i18n %} {% block page_title %} {% inventree_title %} | {% trans "Build Orders" %} {% endblock page_title %} {% block heading %} {% trans "Build Orders" %} {% endblock heading %} {% block actions %} {% if roles.build.add %} {% endif %} {% endblock actions %} {% block page_info %}
{% include "filter_list.html" with id="build" %}
{% endblock page_info %} {% block js_ready %} {{ block.super }} $("#new-build").click(function() { newBuildOrder(); }); loadBuildTable($("#build-table"), { locale: '{{ request.LANGUAGE_CODE }}', }); {% endblock js_ready %}