{% extends 'hordak/base.html' %} {% block page_name %}Import Bank Statement: Dry Run{% endblock %} {% block page_description %}Let's check the data looks ok{% endblock %} {% block content %} {% if not result %}
{% else %} {% block info_boxes %} {% include 'hordak/statement_import/_import_info_boxes.html' with result=result only %} {% endblock %} {% block errors %} {% include 'hordak/statement_import/_import_errors.html' with result=result only %} {% endblock %} {% endif %} {% endblock %}