{% extends 'shop/base.html' %} {% block content %} {{ page_title }} {% if product %} ID товара {% endif %} {% csrf_token %} {% for field in form %} {{ field.label_tag }} {{ field }} {{ field.errors }} {% endfor %} Сохранить Назад {% endblock %}