{{ exp.start_date|date:"Y.m" }} -
{% if exp.is_current or not exp.end_date %}
PRESENT
{% else %}
{{ exp.end_date|date:"Y.m" }}
{% endif %}
{{ exp.job_title }}
{{ exp.company }}
{% if exp.location %} · {{ exp.location }}{% endif %}
{{ exp.description }}
{% if exp.is_current %}
◆ ACTIVE LINK
{% endif %}