{# plants/templates/plants/partials/plant_list_results.html #} {% for plant in plants %} {% if plant.species and plant.species.api_image_url %} {% elif plant.thumbnail_url %} {% else %}
🌿
{% endif %}
{{ plant.name }}
{% if plant.location %} {{ plant.location.name }} {% endif %}
›
{% empty %}

No plants found.

{% endfor %}