{% extends "layout_report.html" %} {% load tz %} {% load humanize %} {% load app_filters %} {% block content %} {{ block.super }} {% regroup txns by receiver.customer as customer_list %} {% for customer in customer_list %} {% regroup customer.list by receiver.inv_class as inv_class_list %} {% for inv_class in inv_class_list %} {% regroup inv_class.list by receiver.group as group_list %} {% for group in group_list %}