TEST HTML SIMPLE

{% for e in shop.metaobjects.etablissement.values %}
  <div style="background:red;color:white;padding:20px;margin:10px;">
    {{ e.nom }} - {{ e.slug }}
  </div>
{% endfor %}