{% extends "atoum/base.html" %} {% load i18n %} {% block header-title %}{{ assortment_object.title }} - {{ block.super }}{% endblock header-title %} {% block title-content %}{% spaceless %}

{% translate "Assortment" %} :

{{ assortment_object.title }}

{% endspaceless %}{% endblock title-content %} {% block page-submenu %}
{% if request.user.is_staff %} {% endif %}
{% endblock page-submenu %} {% block app_content %}{% spaceless %}

{% translate "Categories" %}

{% for category in object_list %}
{{ category.title }}
{% empty %}

{% translate "No category yet." %}

{% endfor %}
{% include "atoum/pagination.html" %}
{% endspaceless %}{% endblock app_content %}