{% extends '@SyliusShop/layout.html.twig' %} {% block title %} Pages locales - {{ parent() }} {% endblock %} {% block content %}

Pages locales

{% if pages is not empty %}
{% for p in pages %}
{{ p.title }}
{% endfor %}
{% else %}

Aucune page locale disponible.

{% endif %}
{% endblock %}