<div><span class="lbl">Auteur:</span> {{ ressource.creator|highlight:search_regexp }}</div>
{% endif %}
{% if ressource.description %}
- <div class="resultatResume"><span class="lbl">Description:</span> {{ ressource.description|excerpt:search_regexp|highlight:search_regexp }}</div>
+ <div class="resultatResume"><span class="lbl">Résumé:</span> {{ ressource.description|excerpt:search_regexp|highlight:search_regexp }}</div>
{% endif %}
<div class="fiche"><span>Fiche: </span><a href="{% url savoirs.views.ressource_retrieve ressource.id %}">{% url savoirs.views.ressource_retrieve ressource.id %}</a></div>
<div class="original"><span>Contenu original: </span><a target="_blank" href="{{ ressource.uri }}">{{ ressource.uri }}</a></div>
{% extends "container_base.html" %}
{% block contenu %}
-<h4>Ressource</h4>
+<h4>{{ ressource.title }}</h4>
<a class="back" href="javascript:history.go(-1)">Retourner à la page précédente</a>
<div class="zone-texte ressource-retrieve">
- <h3>{{ ressource.title }}</h3>
-
{% if ressource.subject %}
<div><span class="lbl">Sujet:</span> {{ ressource.subject }}</div>
{% endif %}
{% endif %}
{% if ressource.description %}
- <div class="resultatResume"><span class="lbl">Description:</span> {{ ressource.description }}</div>
+ <div class="resultatResume"><span class="lbl">Résumé:</span> {{ ressource.description }}</div>
{% endif %}
{% if ressource.source %}