{% for thesis in open_thesis_list %} {% if thesis.title == "Introduction" %}
  • {{thesis.abstract|safe|linebreaksbr}}

  • {% endif %} {% endfor %} {% for thesis in open_thesis_list %} {% if thesis.title != "Introduction" %}
  • {% if thesis.cover_image %}
    Cover
    Cover
    Cover
    {{ thesis.title|safe}}
    {% for type in thesis.publication_type.all %}{% if forloop.first %} {{ type.name }}{% else %}, {{ type.name }}{% endif %}{% endfor %}
    {% for group in thesis.group.all %}{% if forloop.first %} {{ group.name }}{% else %}, {{ group.name }}{% endif %}{% endfor %}
    advisor:{% for super in thesis.supervisor.all %}{% if super.active %}{% if forloop.first %} {{ super.name }}{% else %}, {{ super.name }}{% endif %}{% endif %}{% endfor %}
    {% if thesis.experimental %}{% endif %}{% if thesis.theory %}{% endif %}
    {% else %}
    {{ thesis.title|safe}}
    {% endif %}
  • {% endif %} {% endfor %}