{% 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 %}

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

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

{% endwith %}