{% extends "base.html" %} {% load static %} {% block title %}{{ title }}{% endblock %} {% block page_title %}{{ title }}{% endblock %} {% block content %} {% include "partials/breadcrumb.html" %}
{{ item_catalog|json_script:"item-catalog-data" }} {% if existing_items %} {% endif %} {% endblock %} {% block page_modals %} {% if is_create and not preselected_customer %} {% include "partials/customer_search_modal.html" %} {% endif %} {% endblock %} {% block extra_js %} {% if is_create and not preselected_customer %} {% endif %} {% endblock %}