{% if plant.climate %}
{% if plant.climate.icon %}
{% endif %}
{{ plant.climate.name }}
{% endif %}
{% if plant.environment %}
{% if plant.environment.icon %}
{% endif %}
{{ plant.environment.name }}
{% endif %}
{% if plant.light %}
{% if plant.light.icon %}
{% endif %}
{{ plant.light.name }}
{% endif %}
{% if plant.toxicity %}
{% if plant.toxicity.icon %}
{% endif %}
{{ plant.toxicity.name }}
{% endif %}
{% if plant.size %}
{% if plant.size.icon %}
{% endif %}
{{ plant.size.name }}
{% endif %}
{% if plant.care_difficulty %}
{% if plant.care_difficulty.icon %}
{% endif %}
{{ plant.care_difficulty.name }}
{% endif %}
{% if plant.growth_rate %}
{% if plant.growth_rate.icon %}
{% endif %}
{{ plant.growth_rate.name }}
{% endif %}