{% extends "base.html" %}{% block content %}
Local operator console — managing live cloud resources.
Cost estimate
| Resource | Type | Spec | Rate/h | Age | Accrued |
|---|---|---|---|---|---|
| {{ ln.name }} | {{ ln.kind }} | {{ ln.detail }} | €{{ "%.4f"|format(ln.hourly) }}{% if ln.kind == 'server' and not ln.exact %}*{% endif %} | {% if ln.age_hours is not none %}{{ "%.1f"|format(ln.age_hours) }}h{% else %}—{% endif %} | €{{ "%.4f"|format(ln.accrued) }} |
Best-effort Infomaniak public-cloud rates (June 2026), configurable — verify against your invoice.
{% if cost.any_estimated %}
* rate estimated from flavor specs (not in the price table).{% endif %}