> Hello,
> http://cdm-fr.fr/2006/schemas/CDM-fr.xsd"; language="fr-FR">
>   {% if formations %}
>        <cdm:contacts>
> <cdm:contactData>

  Hi there,

   you probably want to follow your {% if formations %} statement with:
 {% for formation in formations %}

  Check Django template documentation again - you're moving along the
right path, but your template is missing the loop across individual
formations.

  HTH

   Jirka

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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