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

Welcome to Friday Budgeting Pro

Let's get you set up. This wizard runs once.

1 · Password 2 · Notifications 3 · Connect Bank
{% if error %}
{{ error }}
{% endif %} {% if step == 1 %}

Create your account

Set a username and password to protect your local dashboard.

{% elif step == 2 %}

Notification preference

How should Friday alert you when action is needed?

{% elif step == 3 %}

Connect your first bank

Link a bank account via Plaid so Friday can import transactions automatically. You can also skip and connect later from your profile.

{% if error %}
{{ error }}
{% endif %} {% if link_token %}
{% else %}

Plaid is not configured yet. You can connect a bank later from your profile once your Plaid credentials are set up.

{% endif %} {% endif %}
{% endblock %}