{% extends "base.html" %} {% block title %}Dashboard — Friday Budgeting Pro{% endblock %} {% block content %}
Last synced: {% if last_synced_at %}{{ last_synced_at }}{% else %}Never{% endif %}
{% if action_result %} {% if action_result.ok %}Charts and spending summaries will appear here in a future update.