{% extends "base_template/base.html" %} {% load thumbnail %} {% block body %}
{% if not list_image_objects %}
{{config.not_found_description}}
{% endif %} {% for image_object in list_image_objects %}
{{image_object.image_object.title}}

{{image_object.image_object.description|safe}}

{{image_object.image_object.date}}

{% endfor %}
{% endblock body %}