{% extends "admin/base_site.html" %} {% load static %} {% block content %}

{{ title }}

محصولات انتخاب شده:

تعداد کل: {{ products|length }} محصول

{% csrf_token %}
{{ form.subcategory }} {% if form.subcategory.help_text %}

{{ form.subcategory.help_text }}

{% endif %} {% if form.subcategory.errors %}
{{ form.subcategory.errors }}
{% endif %}
{% for id in selected_ids %} {% endfor %}
انصراف
{% endblock %}