{% load i18n cosinnus_tags widget_tweaks %}
  • {% trans "note" context "the_app" %}
{% for note in object_list %} {% include 'cosinnus_note/single_note_detailed.html' with object=note %} {% empty %} {% include 'cosinnus/common/empty_button.html' with message="There are no news posts yet" %} {% endfor %}