{% load cms_tags menu_tags staticfiles %} {% if objects %}

showcase list - Items count: {{ objects|length }}

{% endif %} {% for obj in objects %}

detail: Vedi dettaglio

tale: {{ obj.tale }}

title: {{ obj.title }}

content:

{{ obj.content|safe }}

title: {{ obj.tale }}

image url:{{ obj.image.url }}

link: {{ obj.link }}

file: {{ obj.file.url }}

pub date: {{ obj.publication_date }}

slug: {{ obj.slug }}

show_image: {{ obj.show_image }}

show_link: {{ obj.show_link }}

link_type: {{ obj.link_type }}



{% empty %} no objects {% endfor %}