diff --git a/report-api/report-templates/statement_details.html b/report-api/report-templates/statement_details.html
index dcffb947..eb3e53d8 100644
--- a/report-api/report-templates/statement_details.html
+++ b/report-api/report-templates/statement_details.html
@@ -4,7 +4,7 @@
Account Number: {{ account.id }}
- {% if not summary_header_text and summaryPage.display_summary_page %}
+ {% if not summary_header_text and groupedInvoices %}
{% if payment_method == 'PAD' %}
Pre-Authorized Debit Totals: ${{ '%.2f' % data.totals_summary }}
Amount Owing: ${{ '%.2f' % data.due_summary }}
|