{% extends 'layout.html' %} {% block header %}

{% block title %} Statement Reconciliation {% endblock %}

{% endblock %} {% block content %} {% set highlighted_transactions = statement_transactions|selectattr("highlight")|first %}
{% include 'credit/statement_reconciliation/summary.html' %}
{% if highlighted_transactions %}

Highlighted transactions indicate that the transaction was not identified in the reported activity file.

{% endif %} {% with transactions = statement_transactions, full_view = False %} {% include 'credit/transactions_table/transactions.html' %} {% endwith %}
{% endblock %} {% block right_sidebar %} {% endblock %} {% block javascript %} {% endblock %}