{% extends "administrator/base.html" %} {% load static i18n base_tag %} {% block title %}{{page_title}}{% endblock %} {% block page_title %}

{{page_title}}

{% endblock page_title %} {% block content %}
{% for product in products %} {% empty %} {% endfor %}
Code Address Status
{{product.code}} {{product.full_address}} {{product.status}}
No Products
{% include "base/pagination.html" with paginator=paginator add_css="page_nav_dark" sign_align="end"%} {% endblock content %} {% block third_party %} {% include "base/load_datatable.html" %} {% endblock third_party %}