projets
/
auf_savoirs_en_partage_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Chercheurs
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
templates
/
chercheurs
/
personne.html
1
{% extends
"container_base.html"
%}
2
3
{% block contenu %}
4
{% for d in disciplines %}
5
<li>
{{d}}
</li>
6
{% endfor %}
7
8
<hr />
9
10
{% for p in personnes %}
11
<li>
{{p}}
</li>
12
{% endfor %}
13
14
15
{% endblock %}