{% load i18n %}
{{ profile.first_name }} {{ profile.last_name }} - {{ profile.headline }}
{{ profile.introduction }}
{% trans "Work Experience" %}
{% for exp in profile.career.data %}
{{ exp.begin }} {% trans "to" %} {{ exp.end }} - {{ exp.company_name }} - {{ exp.position }}
{{ exp.description }}
{{ exp.begin }}-{{ exp.end }} | {{ exp.school.name }} |
{{ exp.degree }} |