{% if evaluation.is_single_result %} {{ evaluation.vote_start_datetime|date:"Y-m-d" }} {% else %} {{ evaluation.vote_start_datetime }}{% if not start_only %} –
{{ evaluation.vote_end_date }} ({% blocktranslate count runtime=evaluation.runtime %}{{ runtime }} day{% plural %}{{ runtime }} days{% endblocktranslate %}){% endif %}

{% if not start_only %} {% if state < evaluation.State.IN_EVALUATION %} {% if evaluation.days_until_evaluation < 0 %}
{% translate 'Overdue' %}
{% else %}
{% translate 'Begins in' %} {{ evaluation.vote_start_datetime|timeuntil }}
{% endif %} {% elif state == evaluation.State.IN_EVALUATION %}
{% translate 'Ends in' %} {{ evaluation.vote_end_datetime|timeuntil }}
{% endif %} {% endif %} {% endif %}