1 {% extends
"base.html" %}
2 {% load i18n pagination_tags cms_tags%}
5 <h6>{{item.titre}}
</h6>
6 <p>{% show_placeholder
"Texter" "Contribution"%}
</p>
8 <!-- Bloc appel a communication -->
9 <div class=
"titre_bloc"><p>Derniers appels à contributions
</p></div>
12 {% for item in contri_list %}
13 <h4><a href=
"{{item.get_absolute_url}}">{{item.titre}}
</a></h4>
14 <p>{{item.lieu}}, le {{item.date_event|date:
"d F Y"}}
</p>
15 <p><span>Date Limite:
</span> {{item.date_limite|date:
"d F Y"}}
</p>
18 <p class=
"center">{% paginate %}
</p>
20 <p>Aucun appel à contribution pour le moment
</p>