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

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

{% endblock %} {% block content %}
{% include 'credit/statement_info.html' %}
{% with transactions = statement_transactions %} {% include 'credit/transactions_table/transactions.html' %} {% endwith %}
{% endblock %} {% block javascript %} {% endblock %}