{% extends 'partials/backend.html' %} {% load static %} {% load humanize %} {% block content %}

Logs

Filter

Lists

{% for h in his %} {% endfor %}
No. Name Category Amount Qty Action
{{ h.id }} {{ h.name }} {{ h.cat.name }} {{ h.price|floatformat:2|intcomma }} {{ h.qty }}
{% endblock content %}