{% extends "base.html" %} {% load i18n jmbo_inclusion_tags jmbo_template_tags foundry_tags %} {% block content %}
{% trans title %}
{% for obj, depth in sorted_list %} {% ifchanged obj.primary_category %} {% if obj.primary_category %}
{{ obj.primary_category.title }}
{% endif %} {% endifchanged %}
{% render_object obj "list_item" %}
{% endfor %}
{% pager page_obj %}
{% endblock %}