{% extends "pages/page.html" %} {% load i18n %} {% load pages_tags mezzanine_tags i18n future staticfiles %} {% block main %} {% if items %} {% for cat in category %} {% for item in items %} {% if item.category == cat %} {% ifchanged %}

{{ cat.title|title }}

{% endifchanged %} {% endif %} {% endfor %} {% endfor %} {% else %} {% trans "no docs"|title %} {% endif %} {% endblock %}