{% extends 'base.html' %} {% load static %} {% block content %} {% include 'quicksearch.html' %}

{{ rescue.name }}

{{ rescue.date }}

{{ rescue.resume }}

{{ rescue.description.html | safe }}

Sauveteurs :

{% for people in rescue.rescuers.all %} {{ people }} {% endfor %}

Personnes sauvées :

{% for people in rescue.saved.all %} {{ people }} {% endfor %}
{% endblock %} {% if not rescue.validated %} {% if rescue.pending_edit_of %}

This edit is not validated !

{% else %}

This new entry is not validated !

{% endif %} {% endif %} {{ rescue.location_long }} {{ rescue.location_lat }}
{{ rescue.testimonials.html | safe }}
{{ rescue.sources.html | safe }}

Rescuers