{% extends "base.html" %} {% load wagtailcore_tags horodated emplois_tags tapeforms %} {% block content %} {% if introduction %}

{{ introduction }}

{% endif %} {% include "inc/map.html" %}
{% if not offres_emplois and not filters_form.has_filters %}

Il n'y a aucune offre ou demande d'emploi pour le moment.

{% else %}
Filtres
{% formfield filters_form.query %}
{% formfield filters_form.category %}
{% if offres_emplois %} {% else %}
Il n'y a aucune offre ou demande d'emploi répondant à ces filtres.
{% endif %} {% endif %}
{% endblock %}