{% for monAvis in agenda.all%} {{ forloop.counter }} id {{ monAvis.id}} nom {{ monAvis.nom}} description {{ monAvis.description}} weekly {{monAvis.weekly}} date {{monAvis.date}} horaire {{monAvis.horaire}} prix {{monAvis.prix}} image {{monAvis.image}} urlweb {{monAvis.urlweb}} categorie {{monAvis.refCategorie}} refAdresse {{monAvis.refAdresse_id}} {% endfor %}