{% extends 'base.html' %} {% load humanize %} {% load mi_filtro %} {% block menuapp %} {% include 'repostajes/_menu-repostajes.html' %} {% endblock menuapp %} {% block content %}
No hay imágen disponible
{% endif %}| Fecha | Kilómetros | Litros | Importe | Descuento | Precio por litro | Kms recorridos | Consumo/100 kms |
|---|---|---|---|---|---|---|---|
| {{ repostaje.fecha }} | {{ repostaje.kms | no_currency }} | {{ repostaje.litros | no_currency }} | {{ repostaje.importe | currency_euros }} | {{ repostaje.descuento | currency_euros }} | {{ repostaje.precioxlitro | currency_euros }} | {{ repostaje.kmsrecorridos | no_currency }} | {{ repostaje.consumo | no_currency }} |
No se han encontrado repostajes para este vehiculo
{% endif %}