{% if now.year != choice.start_datetime.year %} {{ choice.start_datetime.strftime("%a %d.%m.%Y") }} {% else %} {{ choice.start_datetime.strftime("%a %d.%m") }} {% endif %} {% if not poll.is_whole_day %} {{ choice.start_datetime.strftime("%H:%M") }} {% endif %} {% if (poll.is_whole_day and not choice.ends_on_same_day()) or (not poll.is_whole_day and not choice.ends_at_same_datetime()) %} {% endif %} {% if not choice.ends_on_same_day() %} {% if now.year != choice.end_datetime.year %} {{ choice.end_datetime.strftime("%a %d.%m.%Y") }} {% else %} {{ choice.end_datetime.strftime("%a %d.%m") }} {% endif %} {% endif %} {% if not poll.is_whole_day %} {{ choice.end_datetime.strftime("%H:%M") }} {% endif %}