{% load i18n %} {% load static %} {% load inventree_extras %} {% trans "Line Items" as text %} {% include "sidebar_item.html" with label='order-items' text=text icon="fa-list-ol" %} {% trans "Received Stock" as text %} {% include "sidebar_item.html" with label='received-items' text=text icon="fa-sign-in-alt" %} {% trans "Attachments" as text %} {% include "sidebar_item.html" with label='order-attachments' text=text icon="fa-paperclip" %} {% trans "Notes" as text %} {% include "sidebar_item.html" with label='order-notes' text=text icon="fa-clipboard" %}