{% extends 'base.html.twig' %} {% block title %}Ajouter une image{% endblock %} {% block body %}

CHOISIR {{type == 'profile' ? 'UNE PHOTO DE PROFIL' : 'UN FOND DE CARTE'}}

Annuler
Cliquez sur l'image que vous souhaitez comme {{type == 'profile' ? 'photo de profil' : 'fond de carte'}} pour {{cheval.getNomCheval()}}.
{% endblock %}