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

{% block title %} Statement Details {% endblock %}

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