{% with img.info.image_file as image %} {% if image|is_portrait %} {% thumbnail image "x600" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% else %} {% thumbnail image "600" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% endif %} {% endwith %} {% if frg_to_modify %}{% endif %} {% csrf_token %} {% trans 'Source picture' %} : {{ img.metadata.titre|default:_("No title") }} {% trans "Fragment's title" %} : {% trans "Fragment's description" %} : {% if frg_data %}{{ frg_data.description }}{% endif %} {% trans "Fragment's keywords" %} : {% trans "Source picture's keywords" %} : {% for t in img.metadata.tag_list %} {% if t != "" %}{{ t }}{% endif %} {% endfor %} {% trans "Fragments from this picture" %} : {% if fragment_list %} {% for fragment in fragment_list %} {% include "partial/picture_and_red_fragment.html" %} {{ fragment.title }} {% trans "Annotated by" %} {{ fragment.author }} {% endfor %} {% else %} {% trans "No fragment" %} {% endif %} Collections liées à cette image : {% trans "No collection" %} coucou