{% extends "product_catalog/base.html" %} {% load i18n %} {% block catalog_content %}
{{ product.content }}
{% trans "Categories" %}: {% for category in product.categories.all %} {{ category.title }}{% if not forloop.last %}, {% endif %} {% endfor %}