{% extends "page_base.html" %} {% load static %} {% load i18n %} {% load inventree_extras %} {% block page_title %} {% inventree_title %}{% if title %} | {{ title }}{% endif %} {% endblock page_title %} {% block heading %} {{ title }} {% endblock heading %} {% block actions %} {% if pagetype == 'manufacturers' and roles.purchase_order.add or pagetype == 'suppliers' and roles.purchase_order.add or pagetype == 'customers' and roles.sales_order.add %} {% endif %} {% endblock actions %} {% block page_info %}