1 {% extends
"admin/change_form.html" %}
4 {% block object-tools %}
7 <ul class=
"object-tools">
8 <li><a href=
"../../chercheur/export?type=csv&id={{ object_id }}">Exporter chercheurs CSV
</a></li>
9 <li><a href=
"../../chercheur/export?type=ods&id={{ object_id }}">Exporter chercheurs ODS
</a></li>
10 <li><a href=
"history/" class=
"historylink">{% trans
"History" %}
</a></li>
11 {% if has_absolute_url %}
<li><a href=
"../../../r/{{ content_type_id }}/{{ object_id }}/" class=
"viewsitelink">{% trans
"View on site" %}
</a></li>{% endif%}
17 {% block after_related_objects %}
19 {% if original.membres_actif %}
22 {% for membre in original.membres_actif.all %}
23 <li>{{ membre.chercheur }}
</li>