{% extends 'base.html' %} {% block content %}
{% csrf_token %} {% if recommand is not None %} {% for recommandation in recommand %} {% endfor %} {% endif %}
{% endblock %}