{% extends 'partials/base.html' %} {% load staticfiles %} {% load i18n %} {% block content %} {% include 'partials/header.html' %}

Сравнение кандидатов по проекту

{{ object }}

{% for cand in object.candidates.all %} {% endfor %}
Кандидат Цена Срок Описание Рейтинги/отзывы Безопасные сделки Решение
{{ cand.position }} {{ cand.answer.author.username }} {{ cand.answer.budget }} {{ cand.answer.term }}
{% morph_words cand.answer.term cand.answer.get_term_type_labels %}
  • {{ cand.answer.author.rating }}
  • +0 0 - 0
  • {% if cand.answer.author.cro %}
  • СРО
  • {% endif %}
0
{% if cand.answer.secure_deal_only %} Готов работать по безопасной сделке {% endif %}
{% csrf_token %}
{% include 'partials/footer.html' %}
{% endblock %} {% block js_block %} {% endblock %}