{% extends 'shop/base.html' %} {% block content %} {{ page_title }} {% csrf_token %} {% for field in form %} {{ field.label_tag }} {{ field }} {{ field.errors }} {% endfor %} Войти Войти как гость {% endblock %}