[#assign thesisTitleLabel=""]
[#assign thesisTutorLabel=""]
[#assign thesisTitle=""]
[#assign thesisTutor=""]
[#if registration.tutorThesisChoices??]
    [#list registration.tutorThesisChoices as tutorThesisChoice]
	    [#if tutorThesisChoice.executionYear.qualifiedName == executionYearName]
		    [#assign thesisTitle = tutorThesisChoice.thesis]
	  	    [#assign thesisTutor = tutorThesisChoice.teacher.name]
		    [#assign thesisTitleLabel= thesisSubjectDesc]
		    [#assign thesisTutorLabel= thesisTutorDesc]
  	    [/#if]
    [/#list]
[/#if]