{% load tags_conteudos %} {% load thumbnail %} {% get_latest_contents content_type=3 elements=7 sections_parent="5" as videos %} {% if videos and videos|length > 0 %}
{% if videos|length > 1 %}
VĂ­deos
{% for video in videos|slice:"1:" %} {% if not forloop.counter|divisibleby:2 %}
{% endif %}
{% with x=MEDIA_ROOT|add:video.foto %} {% thumbnail x "68x68" crop="center" as im %}
{% endthumbnail %} {% endwith %}
{% if video.assinatura %}by {{ video.assinatura }}
{% endif %}
{% if forloop.counter|divisibleby:2 or forloop.last %}
{% endif %} {% endfor %}
{% endif %}
{% endif %}