{% load bootstrap4 %} {% if products_page.has_other_pages %} {% bootstrap_pagination products_page parameter_name="page_saved" %} {% endif%} {% for product in products_page %} {% empty %} {% endfor %}
File Type Created Delete All
{{ product.product_id }} {% if product.data_product_type %} {{ product.get_type_display }} {% endif %} {{ product.created }}
No saved data for this observation.
{% if products_page.has_other_pages %} {% bootstrap_pagination products_page parameter_name="page_saved" %} {% endif%}