Workshop gallery
{% if images.count > 0 %}
{% for i in images %}
{% thumbnail i.image "120x120" crop="noop" as small %}

{% endthumbnail %}
{{ i.description|safe|truncatechars:90 }}
{% endfor %}
{% else %}
There is no pictures registered in this workshop
{% endif %}