{% extends 'base.html' %} {% load i18n %} {% block content %}
{{ placescount }} {{ placestext }}
{{ sessionscount }} {{ sessionstext }}
{{ sightingscount }} {{ sightingstext }}
{{ observerscount }} {{ observerstext }}

{{ title }}

{% for object in object_list %}

{% if user.is_resp or user.access_all_data or user.edit_all_data or user.is_staff or user.is_superuser %} {% endif %} créé le {{ object.timestamp_create }} par {{ object.created_by }} {% if object.updated_by %}| mis à jour le {{ object.timestamp_update }} par {{ object.updated_by }}{% endif %}

{{ object.briefdescr|safe }}

Lire la suite ...

{% empty %}
Aucune actualité pour le moment.
{% endfor %} {% if is_paginated %} {% endif %}
{% endblock %}