{% load i18n static cosinnus_tags widget_tweaks %} {% group_url 'cosinnus:marketplace:list' group=group as marketplace_list_page %} {% group_url 'cosinnus:marketplace:list_mine' group=group as marketplace_list_mine_page %} {% group_url 'cosinnus:marketplace:add' group=group as marketplace_add_page %} {% if return_to == "offers" %} {% trans "Back to Offers" %} {% else %} {# Offer list view #} {% if request.path == marketplace_list_page %} {% endif %} {% trans "Offers" %} {% if my_offer_count or my_offer_count == 0 %} {{ my_offer_count }} {% else %} {% endif %} {% if request.path == marketplace_list_mine_page %} {% endif %} {% trans "My Offers" %} {% trans "Add Offer" %} {% endif %} {% block leftnav_extra %}{% endblock leftnav_extra %}