+ {{#organization}}
+
+ {{.}}
+
+ {{/organization}}
+
+ {{#startDate}}
+
{{.}}
- {{/endDate}}
+ {{/startDate}}
+ {{#if endDate}}
+
+ - {{endDate}}
+
+ {{else}}
+
+ - Present
+
+ {{/if}}
{{#position}}
@@ -164,15 +222,15 @@
{{.}}
{{/startDate}}
- {{#endDate}}
+ {{#if endDate}}
- - {{.}}
+ - {{endDate}}
{{else}}
- Present
- {{/endDate}}
+ {{/if}}
{{#institution}}
@@ -189,6 +247,11 @@
{{.}}
{{/studyType}}
+ {{#gpa}}
+
+ GPA: {{.}}
+
+ {{/gpa}}
{{#if courses.length}}
{{#courses}}
@@ -221,6 +284,11 @@
{{.}}
{{/awarder}}
+ {{#summary}}
+