{% extends 'base.html' %} {% block meta_title %} Search {% endblock %} {% block document %} {% block content %}
{{ form.as_p }}
 
{% if query %}
{% if org %}

Structures

{% endif %} {% if exchange %}

Annonces

{% endif %} {% if event %}

Evénements

{% endif %} {% if article %}

News

{% endif %}
{% endif %} {% endblock %} {% endblock %}