{% extends "layout.html" %} {% block title %}OptiWarm - Fuel Costs{% endblock %} {% block content %}
| Fuel Type | Units | Price | Price/Unit | From Date | To Date | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ cost.fueltypeid.name }} | {{ cost.unit }} {{ cost.fueltypeid.unit_name }} | {{ cost.price }} | {{ "%.2f"|format(cost.price / cost.unit) }} / {{ cost.fueltypeid.unit_name }} | {{ cost.from_date.strftime('%Y-%m-%d %H:%M') if cost.from_date else "-" }} | {{ cost.to_date.strftime('%Y-%m-%d %H:%M') if cost.to_date else "-" }} | {% if cost.is_current %} Current {% else %} Inactive {% endif %} |