{% extends 'admin_pages/base_admin.html' %} {% block title %}Collections | Admin Panel{% endblock %} {% block content %}

Collections

{% if perms.inventory.add_collection %} Add New Collection {% endif %}
{% csrf_token %} {% for collection in collections %} {% empty %} {% endfor %}
Title Featured Product Actions
{{ collection.title }} {{ collection.featured_product }}
No collections found.
← Back to Dashboard {% endblock %}