{{glob.past}}
{% for article in articles_page.object_list %} - {% set thumb_size = '/thumb' %} + {% set thumb_size = '/thumb' %} {% if article.event_start %} {% set event_status = '' %} - {% if article.event_start < article.date.now() %} + {% set now = article.date.now() | string %} + {% if article.event_start < now %} {% set event_status = ' past' %} {% endif %} - {% if article.event_start >= article.date.now() %} + {% if article.event_start >= now %} {% set event_status = ' current' %} {% set thumb_size = '/thumb2x' %} - {% endif %} + {% endif %} {% endif %} {% if event_status == ' past' %}