{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% block title %} Range management | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block header %}Name | Num products | Date created | |
---|---|---|---|
{{ range.name }} | {{ range.num_products|default:"-" }} | {{ range.date_created }} | Edit {% if not range.includes_all_products %} Edit products {% endif %} Delete |
No ranges found.
{% endif %} {% endblock dashboard_content %}