{% extends "base.html" %} {% block title %}Ledgers — Friday Budgeting Pro{% endblock %} {% block content %}
| {{ item.name }} | C${{ "%.2f"|format(item.total) }} | {{ item.transactions|length }} transaction{% if item.transactions|length != 1 %}s{% endif %} | {% if item.transactions %} {% endif %} |
| {{ item.name }} | C${{ "%.2f"|format(item.total) }} | {{ item.transactions|length }} transaction{% if item.transactions|length != 1 %}s{% endif %} | {% if item.transactions %} {% endif %} |
No ledgers yet. Click + Add Ledger to create one.
{% endif %}