{% load i18n cosinnus_tags widget_tweaks %}
  • {% trans "event" context "the_app" %}
{% for event in object_list %} {% include 'cosinnus_event/single_event.html' with object=event %} {% empty %} {% include 'cosinnus/common/empty_button.html' with message="There are no upcoming events" %} {% endfor %}