{% load static %} {% load i18n %} {% load thumbnail %} {% load absurl %}
  • {% ifequal item.content_type.model "fragment" %} {% with fragment=item.content_object %}
    {% with image=fragment.image.info.image_file %} {% include "partial/fragment_only.html" %} {% endwith %}

    {{ fragment.title }}

    {{ fragment.author }}

    • {% if user.is_authenticated %} {% else %} {% endif %}
    • {% if user.is_authenticated %}{% ifequal col.author user %}
    • {% endifequal %}{% endif %}
    {% if col.author == user %}{% endif %}

    {{ fragment.title }}

    {{ fragment.author }}

    {{ item.description|linebreaksbr }}

    {% endwith %} {% else %} {% with img=item.content_object %} {% with img.info.image_file as image %} {% if image %} {% thumbnail image "177" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% else %} {% endif %}

    {{ img.metadata.titre }}

    {{ img.metadata.auteur }}

    • {% if user.is_authenticated %} {% else %} {% endif %}
    • {% if user.is_authenticated %}{% ifequal col.author user %}
    • {% endifequal %}{% endif %}
    {% if col.author == user %}{% endif %}

    {{ img.metadata.titre }}

    {{ img.metadata.auteur }}

    {{ item.description|linebreaksbr }}

    {% endwith %} {% endwith %} {% endifequal %}