1 {% extends
"base.html" %}
2 {% load i18n pagination_tags cms_tags%}
5 <h6>Archives Framonde
</h6>
6 <p>{% show_placeholder
"Texter" "archives"%}
</p>
8 <!-- Bloc appel a communication -->
11 <tr><td><strong>Numéro
</strong></td><td><strong>Date
</strong></td><td><strong>Titre
</strong></td><td><strong>Télécharger
</strong></td></tr>
12 {% for item in archives_list %}
13 <tr><td><a href=
"{{item.get_absolute_url}}">{{item.numero}}
</a></td><td>{{item.date_pub|date:
"d F Y"}}
</td><td>{{item.titre}}
</td><td style=
"text-align: center"><a href=
"{{ MEDIA_URL }}{{ item.fichier }}" style=
"text-decoration: none"><li class=
"icon-file-alt icon-2x" style=
"margin-right: 10px;"></li></a></tr>
17 <p>Aucune archives
</p>