{% with card_photos=plant.card_photos.all %} {% if card_photos %}
{% for photo in card_photos %}
{% csrf_token %}
{% endfor %}
{% endif %} {% if card_photos|length < 3 %}
{% csrf_token %}
Up to 3 photos — front & back of the label {% endif %} {% endwith %}