{% extends 'base.html' %} {% load thumbnail %} {% block title %}Recherche{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Recettes

{% csrf_token %} {{ form.as_p }}
{% if num_results is not None %}
{{ num_results }} résultat(s)
{% endif %} {% endblock %}