{% include "header.html" %}

{{title}}

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