{% extends "base_generic.html" %} {% load static %} {% block nav-teaching %} {% endblock %} {% load static %} {% block content %} {% block small %}
{{ thesis_detail.title|safe }}
{% for type in thesis_detail.publication_type.all %}{% if forloop.first %} {{ type.name }}{% else %}, {{ type.name }}{% endif %}{% endfor %}
{% if thesis_detail.author_new %}

{% comment %}
Author

{{ thesis_detail.author_new.first.given_name }} {{ thesis_detail.author_new.first.last_name }}

{{ thesis_detail.author_new.first.last_name }}
{% endcomment %}
{% for author in thesis_detail.author_new.all %} {% if forloop.first %} {{ mem.last_name }} {% endif %} {% endfor %}
{% for author in thesis_detail.author_new.all %} {% endfor %} {% if thesis_detail.Author_manual %} {% endif %} {% for super in thesis_detail.supervisor.all %} {% endfor %} {% if thesis_detail.def_date %} {% endif %} {% if thesis_detail.slub or thesis_detail.qucosa %} {% comment %} or thesis_detail.pdf_file %} {% endcomment %} {% endif %}
Thesis type: {{ thesis_detail.pub_type }} thesis
Author: {{ author.given_name }} {{ author.last_name }}
Author: {{ thesis_detail.Author_manual }}
{{ forloop.counter }}. Supervisor: {{ super.name }}
Defense date: {{ thesis_detail.def_date }}
Access tde thesis: {% if thesis_detail.slub %} physical copy{% if thesis_detail.qucosa %}, {% endif %} {% endif %} {% if thesis_detail.qucosa %} digital copy {% endif %} {% comment %} {% if thesis_detail.pdf_file %} PDF file {% endif %} {% endcomment %}
{% if thesis_detail.experimental %}{% endif %}{% if thesis_detail.theory %}{% endif %}

{% endif %} {% if thesis_detail.cover_image %}
Cover {% if thesis_detail.copyright %}
©{{thesis_detail.copyright}}
{% endif %}
{% else %}

{% endif %}

{{thesis_detail.abstract|safe|linebreaksbr}}

{% if thesis_detail.supervisor.all %}

{% with supervisor_list=thesis_detail.supervisor.all|dictsort:"status.order_index" %}
Supervisor contact

{% include "member_list.html" with l=3 m=4 s=6 height=150 member_list=supervisor_list %} {% endwith %}
{% endif %} {% if thesis_detail.group.all %}
Groups
{% 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 %}