Education

{% if description %}

{{ description }}

{% endif %}
{% for education in data %}

{{ education.name }}

{{ education.date_start|date:"Y" }} - {% if education.date_end %} {{ education.date_end|date:"Y" }} {% else %} Present {% endif %}

{% if education.degree %}

{{ education.degree }}

{% endif %}
{% empty %}

No education yet.

{% endfor %}