{% load cms_tags menu_tags staticfiles sekizai_tags cropping %} {% addtoblock "js" %} {% endaddtoblock %}
{% for obj in objects %}
{% if obj.image %} {{ obj.title }} {% endif %}
{{ obj.title }}
{# {% for category in obj.categories.all %}#} {# {% if category in categories %}#} {# {{ category.title }}#} {# {% endif %}#} {# {% endfor %}#} {{ obj.content|truncatewords:20|safe }}
{% endfor %}
{% if instance.show_pagination %} {% include 'bootstrap3/showcase/cms_plugins/includes/_paginator.html' %} {% endif %}