{% load cms_tags menu_tags staticfiles sekizai_tags cropping %} {% addtoblock "js" %} {% endaddtoblock %} {% for obj in objects %}
{% if obj.image %} {{ obj.title }} {% endif %}
{{ obj.title }}
{% if categories|length > 1 %} {% for category in obj.categories.all %} {% if category in categories %} {{ category.title }} {% endif %} {% endfor %} {% endif %}

{{ obj.content|truncatewords:50|safe }}


{% endfor %} {% include 'bootstrap3/showcase/cms_plugins/includes/_paginator.html' %}