{{ header }}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-9' %} {% else %} {% set class = 'col-sm-12' %} {% endif %}
{{ content_top }}

{{ heading_title }}

{{ text_balance }} {{ balance }}.

{% if transactions %} {% for transaction in transactions %} {% endfor %} {% else %} {% endif %}
{{ column_date_added }} {{ column_description }} {{ column_amount }}
{{ transaction.date_added }} {{ transaction.description }} {{ transaction.amount }}
{{ text_empty }}
{{ pagination }}
{{ content_bottom }}
{{ column_right }}
{{ footer }}