diff --git a/templates/cv-content.html b/templates/cv-content.html
index 9ee3879..633e9a2 100644
--- a/templates/cv-content.html
+++ b/templates/cv-content.html
@@ -91,45 +91,20 @@
{{end}}
-
+
{{.Position}}{{if .Company}} - {{if .CompanyURL}}{{.Company}}{{else}}{{.Company}}{{end}}{{end}}
+
{{.StartDate}} / {{if .Current}}{{if eq $.Lang "es"}}presente{{else}}now{{end}}{{else}}{{.EndDate}}{{end}} - ({{.Location}})
{{if .ShortDescription}}
-
{{.ShortDescription | safeHTML}}
+
{{.ShortDescription | safeHTML}}
{{end}}
-
-
- {{range .Responsibilities}}
- - {{. | safeHTML}}
- {{end}}
-
-
+ {{if .Responsibilities}}
+
+ {{range .Responsibilities}}
+ - {{. | safeHTML}}
+ {{end}}
+
+ {{end}}
{{end}}
@@ -211,35 +186,8 @@
{{end}}
-
+
{{if .URL}}{{.Title}}{{else}}{{.Title}}{{end}}
+
{{if .StartDate}}{{.StartDate}}{{if .Current}}{{if .DynamicDate}} / {{.DynamicDate}}{{else}} / {{if eq $.Lang "es"}}presente{{else}}now{{end}}{{end}}{{end}}{{end}} - ({{.Location}})
{{if .ShortDescription}}
{{.ShortDescription | safeHTML}}
@@ -290,19 +238,8 @@
{{end}}
-
+
{{.Title}}
+
{{.Institution}} - {{.Date}} - ({{.Location}})
{{if .ShortDescription}}
{{.ShortDescription | safeHTML}}