{% if post.status.id != 1 %} {% endif %} {% if post.categories.0 is defined %}{{ post.title }}{% endif %}
{{ media.description }}
{{ post.shortdescription }}
{% 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 %}
{{ post.shortdescription }}{% if post.status.id != 1 %} {% endif %}
{% if post.categories.0 is defined %}{{ post.title }}{% endif %}
{{ media.description }}{% if post.status.id != 1 %} {% endif %}{% if post.categories.0 is defined %}{% endif %}{{ post.title }}