Hello 
I have this:
{% for x in lista_form %}
            {% if forloop.counter < 100 %}
            {% for fieldi in formone %}
                {{ fieldi.label }} {{ fieldi }}
                {% endfor %}
            Immagine <input type="file" name="{{ x }}" id="id_immagine">
             {% endif %}  
            {% if forloop.counter|divisibleby:"2" %}
            <br>
            {% endif %}

The second forloop is not executed, where i have to apply it?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7a3e9bec-7e96-4922-ac0d-765ab49eb0d7n%40googlegroups.com.

Reply via email to