{% extends 'base.html' %} {% block title %}Confirm Export{% endblock %} {% block content %}
This will automatically convert {{ unreconciled_count }} unreconciled bank statement lines into system transactions:
| Bank Account: | {{ statement.bank_account.name }} |
|---|---|
| Statement Period: | {{ statement.statement_period_start|date:"d M Y" }} - {{ statement.statement_period_end|date:"d M Y" }} |
| Lines to Export: | {{ unreconciled_count }} unreconciled lines |