{% extends 'base.html' %} {% block title %} Аккаунт | вход {% endblock %} {% block styles %} {% endblock %} {% block content %}

Создать заказ

тут должна быть форма создания заказа, собсна вот она

{% csrf_token %} {# #} {# #} {# {{ form.as_table }}#} {# #} {#
#} {# {{ form.as_ul }}#}

Внешний вид

Тут будут картинки

Тут будет файл проекта

Параметры

{{ form.name.errors }} {{ form.name }}
{{ form.type_of_renovation }}
{{ form.type_of_house }}
{{ form.type_of_room }}
{{ form.is_require_design }}
{{ form.purchase_of_material }}
{{ form.type_of_executor }}
{{ form.is_with_warranty }}
{{ form.is_with_contract }}
{{ form.is_with_trade }}
{{ form.is_with_cleaning }}
{{ form.is_with_garbage_removal }}
{{ form.square.errors }} {{ form.square }}
{{ form.work_time.errors }} {{ form.work_time }}
{{ form.description.errors }} {{ form.description }}
{{ form.date_start.errors }} {{ form.date_start }}
{{ form.date_end.errors }} {{ form.date_end }}
{{ form.approximate_price.errors }} {{ form.approximate_price }}

Контакты

Номер телефона

Почта

{{ form.address_city.errors }} {{ form.address_city }}
{{ form.address_text.errors }} {{ form.address_text }}
{% endblock %}