Les articles
Seine-et-Marne
{% if smcategory %}
:
{{ smcategory.title }}
{% endif %}
{% if smcategory %}
{% include 'seine-et-marne/_breadcrumb.html.twig' with { entityUrl: "seine-et-marne", entityLabel: "Seine-et-Marne", categoryUrl: "articles", categoryLabel: "Articles", slugUrl: smcategory.slug, slugLabel: smcategory.title } %}
{% else %}
{% include 'seine-et-marne/_breadcrumb.html.twig' with { entityUrl: "seine-et-marne", entityLabel: "Seine-et-Marne", categoryUrl: "articles", categoryLabel: "Articles" } %}
{% endif %}
{% include 'seine-et-marne/_category.selector.html.twig' with { smcategories: smcategories, 'mode': 'index', currentCategory: smcategory } %}
{% for doc in smarticles %}
{% include 'seine-et-marne/_item.html.twig' with {'doc': doc} %}
{% endfor %}