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