{% for marque in marques %} {{ marque.id }} {{ marque.name }}
Modifier {% if app.user.is('dev') %} show
{% endif %}
{% else %} no records found {% endfor %}