% if @thesis != nil %>
Thesis: <%= @thesis['title']['de'] %>
<%= button_to "PRINT", '#', onclick: "print()" %>
<%= @thesis['thesisType'] %>, <%= @thesis['instituteCode'] %> <%= @thesis['instituteName']['de'] %>
<%= button_to 'Add to favorites', action: :add_to_fav, id: @id, title: @thesis['title']['de'] %>
<% if @thesis['advisor'] != nil %>
Advisor
<%= @thesis['advisor']['familyName'] %> <%= @thesis['advisor']['givenName'] %>
<% end %>
<% if @thesis['assistant'] != nil %>
Assistant
<%= @thesis['assistant']['familyName'] %> <%= @thesis['assistant']['givenName'] %>
<% end %>
<%= render_personal_annotations @id, @personal_annotation %>
<% end %>