{% from "components/anime_card.html" import anime_card %} {% if recommendations %} {% for anime in recommendations %} {{ anime_card(anime) }} {% endfor %} {% else %}

Aucune recommandation pour le moment.

{% endif %}