{% for event in event_list %} {% now "Y-m-d" as todays_date %} {% if todays_date < event.startTime|date:"Y-m-d" %} {% with upcoming="yes" %} {% ifchanged upcoming %} {% if upcoming == "yes" %} {% if no_text %} {% else %}

    Upcoming

    {% endif %} {% else %} {% if no_text %} {% else %}

    Past

    {% endif %} {% endif %} {% endifchanged %} {% endwith %} {% else%} {% with upcoming="no" %} {% ifchanged upcoming %} {% if upcoming == "yes" %} {% if no_text %} {% else %}

    Upcoming

    {% endif %} {% else %} {% if no_text %} {% else %}

    Past

    {% endif %} {%endif%} {% endifchanged %} {%endwith%} {% endif %}
  • {% if event.image %}
    Cover
    Cover
    {% endif %}
    {{event.startTime|date:'d-m-Y'}} - {{event.endTime|date:'d-m-Y'}}
    {{ event.title|safe}}
    {{ event.title|safe}}
    {{event.startTime|date:'d-m-Y'}} - {{event.endTime|date:'d-m-Y'}}
  • {% endfor %}