{% include "header.html" %}

{{qtype}} Search: {{date_a}} to {{date_b}}

{% for item in items %} {% endfor %}
Client Amount Received Date Filing Type  
{{ item.client_name }} {{ item.amount }} {{ item.received }} {{ item.type }} Report Detail
{% include "footer.html" %}