{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}Unmatched lines{% endblock %} {% block content %}

Unmatched statement lines

Rows your bank reported that no entry accounts for yet. Ask an agent to run wealthbraid categorize, or assign an account here. What you assign is recorded as your own approved entry.

{% for a in accounts %} {% if lines %}
{% for line in lines %} {% endfor %}
DateAccountAmountDescriptionAssign to
{{ line.date }} {{ line.account }} {{ line.amount }} {{ line.commodity }} {{ line.payee or "" }} {{ line.description }}
{{ m.record_link(line.id) }}
{% for op_id in line.pending_operations %}{% endfor %}
{% else %}
All statement lines are accounted forImport a statement to see new lines here.
{% endif %} {% endblock %}