{% extends "base_generic.html" %} {% block head %} {% if group_detail.copyright %} {% else %} {% endif %} {% if group_detail.copyright %} {% else %} {% endif %} {% endblock %} {% block nav-research %} {% endblock %} {% block content %} {% block small %} {% if group_detail %}

{{ group_detail.name|capfirst}}

{% if group_detail.group_leader.all %} {% include "member_list.html" with height=150 show_former=1 name=1 member_list=group_detail.group_leader.all|dictsort:"status.order_index" %} {% endif %}
{% if group_detail.copyright %}
©{{group_detail.copyright}}
{% endif %}
{% for topic in group_detail.grouptopic_set.all %} {% if topic.title %}
{% endif %} {% if topic.image %}
{{ group_detail.last_name }} {% if topic.copyright %}
©{{topic.copyright}}
{% endif %}
{% endif %}

{% if topic.title %}

{{topic.title|safe|linebreaksbr}}

{% endif %}

{{topic.description|safe|linebreaksbr}}

{% endfor %} {% if group_detail.openthesis_group.all %}

possible master\diploma thesis

We offer exciting projects in the research topics described above. If you are interested in one of the following topics please do contact us. {% include "open_thesis_list.html" with thesis_list=group_detail.openthesis_group.all %}
{% endif %} {% if group_detail.group_member.all %}

Group member

{% include "member_list.html" with height=150 show_former=1 name=1 member_list=group_detail.group_member.all|dictsort:"status.order_index" %}
{% endif %} {% if group_detail.project.all %}

Projects

{% include "project_list.html" with project_list=group_detail.project.all %}
{% endif %} {% if group_detail.publication.all %}

Publications

{% include "publication_list.html" with publication_list=group_detail.publication.all %}
{% endif %} {% endif %} {% endblock %} {% endblock %}