{% extends 'gabarit.html' %}
{% block element_link %}
{% if global.caller == 'search_form' %}
{{ list_element.get_object_instance.header | safe }}
{% else %}
{% if global.what == 'contribution' %}
{{ block.super }}
{% else %}
{{ list_element.get_object_instance.header | safe }}
{% endif %}
{% endif %}
{% endblock %}