{% extends "company/company_base.html" %} {% load static %} {% load i18n %} {% block details %} {% include "company/tabs.html" with tab="assigned" %}

{% trans "Assigned Stock" %}


{% endblock %} {% block js_ready %} {{ block.super }} loadStockTable($("#stock-table"), { params: { customer: {{ company.id }}, part_detail: true, location_detail: true, }, url: "{% url 'api-stock-list' %}", filterKey: "customerstock", }); {% endblock %}