{% for profil in profils %}
{{ profil.getTitle() }}{{ profil.getText() }} {% for content in profil.getCardContents %} ๐ {{ content.title}} {% endfor %} |
{% for ecole in ecoles %}
{{ ecole.getTitle() }}{{ ecole.getText() }} {% for content in ecole.getCardContents %} ๐ {{ content.title}} {% endfor %} |
{% for pro in pros %}
{{ pro.getTitle() }}{{ pro.getText() }} {% for content in pro.getCardContents %} ๐ {{ content.title}} {% endfor %} |
|---|