{#{% extends 'partials/base.html' %}#} {#{% load staticfiles %}#} {#{% load thumbnail %}#} {#{% block content %}#} {##} {##} {# {% include 'partials/header.html' %}#} {# #} {# #} {#{% endblock %}#} {% extends 'partials/_base.html' %} {% load sass_tags %} {% load static %} {% load thumbnail %} {% load staticfiles %} {% block personal_css %} {% endblock %} {% block content %}

Работы на продажу

Специализации

Расширенный поиск

Классификация здания
Вид строительства
{{ form.building_classification }}
{{ form.construction_type }}
Местоположение
{% for work in work_sells %}
{{ work }} {% if request.user.pk == work.contractor.pk %} {% endif %}
{% endfor %}
{% include 'partials/pagination.html' %}
{# {% include 'partials/footer.html' %}#}
{% endblock %}