1 {% extends
"container_base.html" %}
6 <div class=
"contenu-wrapper">
7 <a href=
"{{site.url}}">{{site.url}}
</a>
9 <p>{{site.description}}
</p>
13 <td><strong>Type:
</strong></td>
14 <td>{{site.type}}
</td>
17 <td><strong>Éditeur:
</strong></td>
18 <td>{{site.editeur}}
</td>
21 <td><strong>Auteur:
</strong></td>
22 <td>{{site.auteur}}
</td>
25 <td><strong>Mots-clés:
</strong></td>
26 <td>{{site.mots_cles}}
</td>
29 <td><strong>Date de publication:
</strong></td>
30 <td>{{site.date_publication|default:
"-"}}
</td>
33 <td><strong>Disciplines:
</strong></td>
34 <td>{{ site.discipline.all|join:
", " }}
</td>
37 <td><strong>Thématiques:
</strong></td>
38 <td>{{ site.thematique.all|join:
", " }}
</td>