{% extends layout %} {% block title %}Archives {{ month }}/{{ year }} | Stiletto.fr - magazine de mode | Page {{ page }}{% endblock %} {% block metadescription %}Retrouver les articles de {{ month }}/{{ year }} - Page {{ page }} {% endblock %} {% block body %} {% set featured = false %} {% for post in posts %} {% if loop.index == 1 %} {% for xvalue in post.xvalues %} {% if xvalue.value is defined %} {% include 'StilettoCmsBundle:Frontend:blog-post-featured.html.twig' with {'format': xvalue.value} %} {% endif %} {% set featured = true %} {% endfor %}
{% endif %} {% if loop.index != 1 or featured == false %} {% include 'StilettoCmsBundle:Frontend:blog-post.html.twig' with {'featured': featured} %} {% endif %} {% if loop.last == 1 %}
{% endif %} {% else %} Pas d'articles {% endfor %} {% endblock %} {% block breadcrumb %} >
Le blog de {{ app.request.attributes.get('domain').title }}
>
Archives
>
{{ year }}
>
{{ month }}
>
Page {{ page }}
{% endblock %} {% block footer %}{{ app.request.attributes.get('domain').description }}{% endblock %}