{% extends 'base.html.twig' %} {% block title %}{{ category.name }}{% endblock %} {% block body %}
{# breadcrumbs #} {# TODO: dokoncit breadcrumbs #} {# category #}

{{ category.name }}

{% for childCategory in category.children|slice(0, 6) %} {% endfor %}
{% include('frontend/category/partials/favourite-brands.html.twig') %}
{# subcategories of children #}

Podkategorie

{% for childCategory in category.children %}
{% endfor %} {# aukce #} {# TODO: dokoncit aukcie pre kategoriu #}

Probíhající aukce ze sekce {{ category.name }}

{% endblock %}