{% load i18n %} {# we suppose here that "frg" has been defined #}
{% with fragment=frg.object|default:frg %}{# frg.object in search case, frg otherwise #} {% with image=fragment.image.info.image_file %} {% include "partial/fragment_only.html" %} {% endwith %} {% endwith %}

{{ frg.highlighted.title|first|safe|default:frg.title }}

{% trans "Fragment from" %} {% with fragment=frg.object|default:frg %}{{ fragment.image.metadata.titre|default:_("No title") }}{% endwith %}
{% trans "Annotated by" %} {{ frg.author }}

{# en attendant la poubelle #} {% if user_fragments and username = user.username %}
{% endif %}