{% extends 'backend/components/layouts/default.html' %} {% load static %} {% load humanize %} {% block content %}
| Resource Name | Quantity | Unit Cost | Total Price | Use/Function | {% if user.is_superuser %}ACTIONS | {% endif %}|||
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }}. {{ resource.name }} | {{ resource.number }} | $ {{ resource.unit_cost|floatformat:0|intcomma }} USD | $ {{ resource.total_cost|floatformat:0|intcomma }} USD | {{ resource.use_function }} | ||||
| No resources found. | ||||||||