Add management command to import csv and update template
This commit is contained in:
parent
38b56deeec
commit
9a4a70dfb6
5 changed files with 150 additions and 58 deletions
|
@ -37,7 +37,7 @@
|
|||
<li><strong>Average Litre Price:</strong> {{ summary.avg_price|floatformat:3|default:"0.000" }} €</li>
|
||||
<li><strong>Min Litre Price:</strong> {{ summary.min_price|floatformat:3|default:"0.000" }} €</li>
|
||||
<li><strong>Max Litre Price:</strong> {{ summary.max_price|floatformat:3|default:"0.000" }} €</li>
|
||||
<li><strong>Trips:</strong> {{ month_kilometers }} km</li>
|
||||
<li><strong>Month's trips:</strong> {{ month_kilometers }} km</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue