<section class="[ member-list ]"> <div class="[ wrapper ]"> {% if teamListItems.length %} <ol class="[ member-list__items ]" reversed> {% for item in teamListItems %} <li class="member-list__item"> <a href="{{ item.data.url }}" class=""> <img src=" {{ item.data.profile }}" alt="photo de {{ item.data.name }}"> <span class="member-name btn btn-primary">{{ item.data.name }}</span> </a> <p>{{ item.data.position }}</p> {% if item.data.positionInternal %} <p>{{ item.data.positionInternal }}</p> {% endif %} </li> {% endfor %} <li class="member-list__item info"> <p>Vous êtes porteur d’un projet entrepreneurial en numérique et nouvelles technologies ?</p> <a role="button" href="/nous-rejoindre" class="btn btn-secondary">Rejoignez-nous</a> </li> </ol> {% endif %} </div> </section>