{% for result in results %}
{% if result.default_image and result.default_image.thumbnail %} {% else %}
🌿
{% endif %}
{{ result.common_name }}
{{ result.scientific_name|join:", " }}
{% csrf_token %}
{% empty %} {% if error %}

⚠️ {{ error }}

{% elif q %}

No results for "{{ q }}"

{% endif %} {% endfor %}