{% load i18n %} {% load thumbnail %} {% load front_tags %} {% load static %} {% load taggit_extras_ldt %}
{% get_tagcloud as tag_cloud for 'ldt_utils.Content' %}{% if tag_cloud|length > 0 %}

{% for t in tag_cloud %} {{t.name}}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %}
{% trans "name" %}
{% for content in contents %} {% endfor %}
{% trans 'create project' %}
{% trans 'preview media'%}
{% thumbnail content.image "50x50" format="PNG" crop="top" as im %}{% endthumbnail %} {{ content.title|default:"_" }}