{% extends "data_hub/base_data_hub.html" %} {% block data_hub_content %}

Products {{ total }} total

{% if search %}Clear{% endif %}
{% for p in items %} {% else %} {% endfor %}
Name Used In Actions
{{ p.name }} {{ usage.get(p.id, 0) }} {% if usage.get(p.id, 0) == 0 %}
{% endif %}
No products found.
{% if pages > 1 %} {% endif %} {% endblock %}