Photos
{% with photos=plant.photos.all %} {% if photos %}
{% for photo in photos %}
{% if not photo.is_thumbnail %}
{% csrf_token %}
{% else %} {% endif %}
{% csrf_token %}
{% endfor %}
{% endif %} {% endwith %}
{% csrf_token %}
Uploading…
{% if request.htmx %}
{% if plant.species and plant.species.api_image_url %} {{ plant.species.common_name }} {% elif plant.thumbnail_url %} {{ plant.name }} {% else %}
🌿
{% endif %}
{% endif %}