Reports
Process | Purchase date | Start Date | End Date | Estimated Size | Actions | {% for product in productList %}
---|---|---|---|---|---|
{{ product.process }} | {{ product.purchase_date }} | {{ product.startDate }} | {{ product.endDate }} | {{ product.size }} |
|
-
{% if productList.has_previous %}
- « {% else %}
- « {% endif %} {% for i in productList.paginator.page_range %} {% if productList.number == i %}
- {{ i }} (current) {% else %}
- {{ i }} {% endif %} {% endfor %} {% if productList.has_next %}
- » {% else %}
- » {% endif %}
- Page {{ productList.number }} of {{ productList.paginator.num_pages }}.