{% extends "InvenTree/settings/settings.html" %}
{% load i18n %}
{% block tabs %}
{% include "InvenTree/settings/tabs.html" with tab='po' %}
{% endblock %}
{% block subtitle %}
{% trans "Purchase Order Settings" %}
{% endblock %}
{% block settings %}
{% endblock %}