diff --git a/templates/default.html.tera b/templates/default.html.tera index de3d906..f693d07 100644 --- a/templates/default.html.tera +++ b/templates/default.html.tera @@ -258,33 +258,6 @@ -
-
-

{{ "education" | translate(lang=lang) }}

-
- {% for education in cv.education %} -
-
- {% if education.degree %} -
{{ education.degree | lang_entity(lang=lang) }} {{ education.school }}
- {% else %} -
{{ education.school }}
- {% endif %} -
-
- - {% if education.description %} -
{{ education.from | format_date(type="job") }} - {{ education.to | format_date(type="job") }}
-
{{ education.description | lang_entity(lang=lang) }}
- {% else %} - {{ education.from | format_date(type="job") }} - {% endif %} -
-
- {% endfor %} -
-
-

{{ "contact" | translate(lang=lang) }}