{{ error }}
+ +{{ t("car.provider.readings") }}
{{ t("car.provider.dragHint") }}
{{ t("car.charging.subtitle") }}
++ {{ t("car.charging.needTwoCharges") }} +
+| {{ t("car.charging.colDate") }} | +{{ t("car.charging.colKm") }} | +{{ t("car.charging.colKwh") }} | +{{ t("car.charging.colCost") }} | +{{ t("car.charging.colPerKwh") }} | +{{ t("car.charging.colDistance") }} | +{{ t("car.charging.colConsumption") }} | +{{ t("car.charging.colLocation") }} | +{{ t("car.charging.colFile") }} | ++ |
|---|---|---|---|---|---|---|---|---|---|
| + {{ formatDate(c.date) }} + {{ t("car.charging.partial") }} + {{ t("car.charging.gap") }} + | +{{ formatKm(c.km) }} | +{{ formatKwh(c.kwh) }} | +{{ c.cost ? formatMoney(c.cost) : t("common.empty") }} | +{{ formatMoney(c.pricePerKwh) }} | +{{ c.distanceKm ? formatKm(c.distanceKm) : t("common.empty") }} | ++ {{ formatConsumptionKwh(c.consumptionKwh100) }} + | +
+ {{ c.location || t("common.empty") }}
+ {{ c.notes }}
+ |
+ + + {{ t("common.empty") }} + | ++ + + | +