I solved it after playing around for 3 hours it came to me: compare
the make.id to model.dbforeignkey.id
hope this helps someone :)

{% for make in make_list %}

make {{ make }}<br>

        {% for model in model_list %}

        {% ifequal make.id model.dbforeignkey.id %}

<!--    yahoo {{ make.id }} {{ model.dbforeignkey.id }}<br>  -->

                model {{ model}}<br>

        {% endifequal %}

        {% endfor %}

{% endfor %}

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to