{% if evaluation is not empty %}
{% set progress = evaluation.total_weight | default(0) %}
{{ place|trans }} — ({{ progress }}%)
{% set peity_color = progress == 100 ? '#10c469' : '#ffc107' %}
{{ progress }}/100
{% elseif place == 'in_execution' %}
{% set progress = project.progress | default(0) | round %}
{{ place|trans }} — ({{ progress }}%)
{% set peity_color = progress == 100 ? '#10c469' : '#ffc107' %}
{{ progress }}/100
{% else %}
{{ place|trans }}
{% endif %}
{{ (step == place) or (step in ['followup', 'kanban', 'dashboard'] and place == 'in_execution')
? '
'
: ''
}}
{% if evaluation is not empty %}
{% elseif place == 'in_execution' %}
{% endif %}