{% extends 'base.html.twig' %} {% block title %}Chevaux de l'élevage{% endblock %} {% block navlink %}{{ navlink }}{% endblock %} {% block body %}

{{ titre }}

{% if is_granted('IS_AUTHENTICATED_FULLY') %}
Enregistrer un nouveau cheval
{% endif %}






à

à

Afficher uniqement les chevaux à la vente
{% for section, chevaux in sections %}

{{ section }}

{% endfor %} {% if is_granted('IS_AUTHENTICATED_FULLY') %} {% for section, chevaux in sections_privees %}

{{ section }}

{% endfor %} {% endif %} {% endblock %}