{% if num_results > 0 %} Найдено {{ num_results }} проектов {% else %} Ничего не найдено {% endif %}

{# SORT_BY #} {% include 'partials/inc-projects-sort_by.html' %}
{% for project in projects %}

{{ project.name }}

{% if project.realty and project.realty.name %}
    {% endif %}

    {{ project.text|linebreaksbr|truncatechars:300 }}

    {% if TEMPLATE_DEBUG %}
    Specialization: {{ project.specialization }}

    Realty location: {{ project.realty.location }}

    Constr. type: {{ project.realty.construction_type }}

    Build. classif.: {{ project.realty.building_classification }}
    {% endif %}
    • {{ project.created }}
    • {{ project.hit_count.hits }}
    • {{ project.answers.count }}
    • {% if request.user.is_authenticated %}
    • {{ project.customer.username }}
    • {% endif %}

{{ project.budget }}

  • Безопасная сделка
  • {{ project.specialization.name }}
{% endfor %}
{% include 'partials/ajax_pagination.html' %}