{% extends "site.html" %}
{% block head %}
{{ block.super }}
{% endblock %}
{% block pagehead %}
{% include 'pagehead.html' %}
{% endblock %}
{% block content %}
{% include 'report-purchase-orders-rep.html' %}
{% include 'pagenav.html' %}
{% endblock %}