{% extends 'base.html' %} {% block content %}

{% for ship in shippings %} {% endfor %}
PRODUCT
CUSTOMER SHIPPING STATUS
{{ ship.product }} {{ ship.customer }} {{ ship.shipping_status }}
{% if shippings.has_other_pages %} {% endif %}
{% endblock %}