{% extends layout %} {% block title %}{{ category.title }} | Stiletto.fr - magazine de mode | Page {{ page }}{% endblock %} {% block metadescription %}{{ category.description }} | Page {{ page }}{% endblock %} {% block body %} {% set featured = false %} {% for post in posts %} {% set format='' %}{% set cat_id='' %}{% for category in post.categories %}{% set format=category.format %}{% set cat_id=category.id %}{% endfor %} {% if format == 'portfolio' and cat_id == 15 %}

{% if post.status.id != 1 %}[BROUILLON] {% endif %} {% if post.categories.0 is defined %}{{ post.title }}{% endif %}

{% for media in post.medias %}
{{ media.title }}
{{ media.description }}
{{ media(media, {'thumbnail':true, 'height': 100,'width' : 150})|raw }}
{% endfor %}

{{ post.shortdescription }}

{% else %}
{##} {% for media in post.medias %}{% if loop.first %}
{% if post.categories.0 is defined %}{% endif %} {% if post.xvalues|getxvalue('format')|default('full-size') == 'half-size' %} {{ media(media, {'thumbnail':true, width:400})|raw }} {% else %} {{ media(media, {'thumbnail':true, height:500})|raw }} {% endif %} {% if post.categories.0 is defined %}{% endif %}
{% endif %}{% endfor %}
{% for category in post.categories %}{{ category }} {% endfor %}

{% if post.status.id != 1 %}[BROUILLON] {% endif %}{% if post.categories.0 is defined %}{% endif %}{{ post.title }}

{{ post.shortdescription }}
{##}
{% endif %} {% else %} Pas d'articles {% endfor %}
{% endblock %} {% block breadcrumb %}{% if posts.0 is defined %} >
{{ category.title }}
{% endif %} {% endblock %} {% block footer %}{{ category.description }}{% endblock %}