{% extends "base.html" %} {% block title %}Utilities{% endblock %} {% block page_title %}Utilities{% endblock %} {% block extra_css %} .util-card { border-radius: 12px; border: 1px solid var(--border); background: var(--card-bg); padding: 16px 18px; height: 100%; } .util-chip { font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 10px; text-transform: uppercase; letter-spacing: .05em; } .trend-up { color: #ef4444; } .trend-down { color: #10b981; } {% endblock %} {% block topbar_actions %} All Bills Providers New Bill {% endblock %} {% block content %}
| Provider | Period | Due | Amount | Action |
|---|---|---|---|---|
| {{ b.period_label }} | {{ b.due_date.strftime('%b %d') }} {% if b.status == 'overdue' %} {{ b.days_until_due | abs }}d late {% elif b.status == 'due_soon' %} in {{ b.days_until_due }}d {% endif %} | {{ b.amount | currency }} | Pay |
Add your electricity, water, gas, and internet providers to track bills and usage.
Add First Provider