{% extends 'cubane/backend/base.html' %} {% block content %}

Products the variety {{ variety.title }} is assigned to



The variety {{ variety.title }} is currently assigned to the following products:

{% for product in products %} {% endfor %}
Product Frontend Category
{{ product.title }} View {{ product.primary_category.title }}
{% include 'cubane/backend/form.html' with without_save=True without_continuation=True %} {% endblock %}