{# Hourly-cost panel fragment loaded by HTMX after a daily-bar click. The chart is initialised by the bootstrap script in base.html — no executable JS lives in this fragment. #}

Hourly cost — {{ day }}

{% if has_data %}

{{ total_cost }} on {{ day }}.

{% else %}

No cost recorded for {{ day }}.

{% endif %}