{% extends "section.html" %} {% load profiles %} {% block section_title %} {{structure.name}} {% endblock %} {% block section_content %} {% for researcher in structure.researchers %}
{% researcher_etiquette researcher structure %}
{% empty %} No researcher available. {% endfor %} {% endblock %}