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…