1 {% extends
"base.html" %}
2 {% load i18n pagination_tags cms_tags%}
5 <h6>Appels à communications
</h6>
6 <p>{% show_placeholder
"Texter" "Communication"%}
</p>
8 <!-- Bloc appel a communication -->
9 <div class=
"titre_bloc"><p>Derniers appels à communications
</p></div>
12 {% for item in comm_list %}
13 <h4><a href=
"{{item.get_absolute_url}}">{{item.titre}}
</a></h4>
14 {% if item.sous_titre %}
<p>{{item.sous_titre}}
</p>{% endif %}
15 <p>{{item.lieu}} {{item.date_event}}
</p>
16 <p><h4><i><span>Date Limite:
</span> {{item.date_limite|date:
"d F Y"}}
</i></h4></p>
19 <p class=
"center">{% paginate %}
</p>
21 <p>Aucun appel à communication pour le moment
</p>