{% load i18n %}

{{ profile.first_name }} {{ profile.last_name }} - {{ profile.headline }}

{{ profile.introduction }}
{% if profile.has_picture %}
{% endif %}

{% trans "Work Experience" %}

{% for exp in profile.career.data %}

{{ exp.begin }} {% trans "to" %} {{ exp.end }} - {{ exp.company_name }} - {{ exp.position }}

{{ exp.description }}

{% endfor %}

{% trans "Education" %}

{% for exp in educations.data %}{% endfor %}
{{ exp.begin }}-{{ exp.end }} {{ exp.school.name }}
{{ exp.degree }}