{% include "member_list.html" with l=3 m=4 s=6 show_former=0 height=150 member_list=supervisor_list %}
{% endwith %}
{% endif %}
Group
{% if thesis_detail.group.all %}
{% include "group_list.html" with group_list=thesis_detail.group.all %}
{% endif %}
{% if thesis_detail.project.all %}
Projects
{% include "project_list.html" with project_list=thesis_detail.project.all|dictsortreversed:"end_date" %}
{% endif %}
{% if thesis_detail.publication.all %}
Publications
{% include "publication_list.html" with publication_list=thesis_detail.publication.all %}
{% endif %}
{% endblock %}
{% endblock %}