{% extends 'hordak/base.html' %} {% block page_name %} {% if result %} Import Bank Statement: Done {% else %} Import Bank Statement: Start Import {% endif %} {% endblock %} {% block content %} {% if not result %}
{% csrf_token %} {% block form_content %} {% endblock %}
{% 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 %} {% block actions %} Reconcile Transactions {% endblock %} {% endif %} {% endblock %}