{% if plante.source != "faune" %} {% endif %} {% if plante.source == "faune" %} {% endif %}

{{ plante.nom }}

{{ plante.nom_latin }}

{% if plante.thumbnail %} {% if "http" in plante.thumbnail %} Image de {{ plante.nom }} {% else %} {% endif %} {% else %} {% endif %}
{% if plante.source == "faune" %}

{{plante.type}}

{{ plante.habitat }}

{{ plante.role }}

Observation

{{ plante.observation }}

{% endif %} {% if plante.source != "faune" %}
{% if plante.facts %} {% for fact in plante.facts %}
{% if fact.thumbnail %} {% if "http" in fact.thumbnail %}
Thumbnail du fait
{% else %}
{% endif %} {% else %}
{% endif %}
{% endfor %} {% else %}

Aucun fait disponible

{% endif %}

Cueillette

Plantation

{{ plante.months_visual|safe }}
{% if plante.facts %} {% for fact in plante.facts %}
{% if fact.thumbnail %}

{{ fact.text }}.

{% endif %}
{% endfor %} {% else %}

Aucun fait disponible

{% endif %}
{% endif %} {% if plante.conseil_1 or plante.conseil_2 %}
{% if plante.conseil_1 %}

Conseil 1:

{{ plante.conseil_1 }}

{% endif %} {% if plante.conseil_2 %}

Conseil 2:

{{ plante.conseil_2 }}

{% endif %}
{% endif %}