{% extends "base.html" %} {% block title %}Sync Preview{% endblock %} {% block page_title %}Sync Preview — {{ ta.account_name }}{% endblock %} {% block content %} {% if preview %}
{{ ta.institution_name }} — {{ ta.account_name }}
Mapped to: {{ ta.pfm_account.name }} · {{ count }} of {{ count }} selected {% if ta.last_sync_date %}· Last sync: {{ ta.last_sync_date.strftime('%b %d, %Y') }}{% endif %}
Cancel
Bulk set selected:
{% for txn in preview %} {% endfor %}
Date Description Type Category Amount
{{ txn.date.strftime('%b %d, %Y') }} {{ txn.description }} {% if txn.transaction_type == 'income' %}+{% else %}-{% endif %}{{ txn.amount | currency }}
{% else %}
All up to date

No new transactions found since last sync.

Back
{% endif %} {% endblock %}