{% load i18n cosinnus_tags widget_tweaks %}
  • {% trans "marketplace" context "the_app" %}
{% for offer in object_list %} {% include 'cosinnus_marketplace/single_marketplace.html' with object=offer %} {% empty %} {% include 'cosinnus/common/empty_button.html' with message="There are no offers" %} {% endfor %}