{% extends "djust_theming/catalogue/base.html" %} {% load theme_tags theme_components djust_components %} {% block title %}{{ category }} — Components{% endblock %} {% block catalogue_content %} {% theme_breadcrumb items=crumbs %}
{{ category_components|length }} component{{ category_components|length|pluralize }} in this category.
{{ comp.description }}
{% endif %} {% component_thumbnail comp.name as thumb %}{% if thumb %}{% endif %} {% endcard %} {% endfor %}