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

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

{{ object }}

{% for cand in object.candidates.all %} {% endfor %}
Кандидат Цена Срок Описание Рейтинги/отзывы Безопасные сделки Решение
{{ cand.position }} {% if cand.answer.author|class_name == 'User' %} {{ cand.answer.author.get_full_name }} {% elif cand.answer.author|class_name == 'Team' %} {{ cand.answer.author.name }} {% endif %} {{ cand.answer.budget }} {% if cand.answer.term_type == 'project' %} За проект {% else %} {% morph cand.answer.term TERM_TYPE_MORPHS|get:cand.answer.term_type %} {% endif %}
  • {{ cand.answer.author.rating }}
  • +0 0 - 0
  • {% if cand.answer.author.cro %}
  • СРО
  • {% endif %}
0
{% if cand.answer.secure_deal_only %} Готов работать по безопасной сделке {% endif %}
{% csrf_token %}
{% csrf_token %}
{% include 'partials/footer.html' %}
{% endblock %} {% block js_block %} {% endblock %}