{% if title %}
{{ description }}
{% endif %}{{ 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 %}No education yet.
{% endfor %}