+ {% if edu.thesis.size > 0 %}
+
Thesis Topics:
+
+ {% for topic in edu.thesis %}
+ - {{ topic }}
+ {% endfor %}
+
+ {% endif %}
- {% if edu.projectWorks.size > 0 %}
-
Project Works:
-
- {% for project in edu.projectWorks %}
- - {{ project }}
- {% endfor %}
-
- {% endif %}
+ {% if edu.projectThesis.size > 0 %}
+
Project Thesis:
+
+ {% for project in edu.projectThesis %}
+ - {{ project }}
+ {% endfor %}
+
+ {% endif %}
- {% if edu.courses.size > 0 %}
-
{{ strings.resume.courses | default:"Courses" }}
-
- {% for course in edu.courses %}
- - {{ course }}
- {% endfor %}
-
- {% endif %}
+ {% if edu.courses.size > 0 %}
+
{{ strings.resume.courses | default:"Courses" }}
+
+ {% for course in edu.courses %}
+ - {{ course }}
+ {% endfor %}
+
+ {% endif %}
+