{% extends "base.html" %} {% load humanize %} {% load customfilter %} {% block pageContent %}

{{page_title}}


{% for stock in stocks %} {% endfor %}
# Date Added Petrol Volume Action
{{forloop.counter}} {{ stock.date|date:"M d, Y" }} {{stock.petrol}} {{ stock.volume|floatformat:2|intcomma }} L
{% endblock pageContent %} {% block ScriptBlock %} {% endblock ScriptBlock %}