{% extends 'collections/category_contents_base.html' %} {% load i18n cyclope_utils fb_versions %} {% comment %} The content of this view is composed by including a template for each content in the category The included template may be something different from a teaser {% endcomment %} {% block category_content %} {% for categorization in categorizations %}
{% endfor %} {% endblock %}