{% extends "base.html" %} {% block title %}Dashboard — Friday Budgeting Pro{% endblock %} {% block content %}

Dashboard

Sync

Last synced: {% if last_synced_at %}{{ last_synced_at }}{% else %}Never{% endif %}

{% if action_result %} {% if action_result.ok %}
{{ action_result.message }}
{% else %}
{{ action_result.message }}
{% endif %} {% endif %}
Export to Excel

Coming soon

Charts and spending summaries will appear here in a future update.

{% endblock %}