{% extends 'report_html_purchase/reports/base.html' %} {% block title %}Purchase Report{% endblock %} {% from 'report_html_purchase/reports/_helpers.html' import render_purchase_table %} {% block body %} {# loop will not be available in the context of scoped block #}