{% extends "resumator/base.html" %} {% load staticfiles %} {% block extrastyles %}{% endblock %} {% block extrafonts %}{% endblock %} {% block title %}{{ bas }}{% endblock %} {% block extracontent %}
Education
{% for education in resumator_education %}
{{ education.name }}
{% if education.start_date and not education.end_date%}{{ education.start_date }} - Today {% elif education.start_date and education.end_date%}{{ education.start_date }} - {{ education.end_date }} {% elif education.end_date and not education.start_date%}{{ education.end_date }} {% endif %}
{{ education }}
{% if education.gpa %}
GPA: {{ education.gpa }}
{% endif %}
{% endfor %} {% endblock %}