{# -*- mode: html; coding: utf-8 -*- #} {% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}
{{ object }}
{% if not object.date_validation %}Modifier{% endif %}
{% for name, value in rof %} {% endfor %}
{{ name }} : {{ value }}

Assolement

{% for name, value in rofAssol %} {% empty %}Pas d'assolement {% endfor %}
{{ name }} : {{ value }}

Commercialisation

{% for name, value in rofComm %} {% empty %}Pas de commercialisation {% endfor %}
{{ name }} : {{ value }}

Transformation

{% for name, value in rofTrans %} {% empty %}Pas de transformation {% endfor %}
{{ name }} : {{ value }}
{% endblock content %} {# EOF #}