{% extends "cosinnus_marketplace/base.html" %} {% load i18n static cosinnus_tags widget_tweaks sekizai_tags %} {% block page_title %} {% if offer.type == 1 %} {% trans "Looking for" %}: {% elif offer.type == 2 %} {% trans "Offering" %}: {% endif %} {{ offer.title }} {{ block.super }} {% endblock page_title %} {% block breadcrumb %} {{ block.super }}