{# -*- mode: html; coding: utf-8 -*- #} {% extends "admin/base_site.html" %} {% load url from future %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {# Retour a la Recherche #}
Mes données
    {% for object in object_list %}
  • Exploitation {{ object }}
    • {% for elm in object.donneesbio_set.all %}
    • {{ elm }}
    • {% endfor %}
    • ajouter des informations sur l'exploitation
    {% empty %}
  • Pas d'exploitation affiliée
{% endfor %}
{% endblock content %} {# EOF #}