{% for item in fruits_veggies %}

{{ item.nom }}

{{ item.nom_latin }}

{{ item.months_visual|safe }}
{% if item.facts %} {% for fact in item.facts %}
{% if fact.thumbnail %} {% if "http" in fact.thumbnail %}
Thumbnail du fait
{% else %}
{% endif %} {% else %}
{% endif %}
{% endfor %} {% else %}

Aucun fait disponible

{% endif %}
{% if item.facts %}
{% for fact in item.facts %}

- {{ fact.text }}

{% endfor %}
{% else %}

Aucun texte de fait disponible

{% endif %}

Cueillette

Plantation

{% endfor %}