<%= @basics.name %>

<%= @basics.label %>

Lieu
<%= @basics.location.city %>

Expériences professionnelles

    <%= for work <- @work do %>
  1. <%= work.name %>

    Poste
    <%= work.position %>
    Date début
    <.date class="start_date" date={work.startDate}/>
    <%= unless is_nil(work[:endDate]) do %>
    Date fin
    <.date class="end_date" date={work.endDate}/>
    <% end %>
    Paris

    <%= work.summary %>

      <%= for highlight <- work.highlights do %>
    • <%= highlight %>
    • <% end %>
  2. <% end %>

Compétences

Formation

    <%= for educ <- @education do %>
  1. <%= educ.institution %>

    <%= educ[:location] %>
    Date début
    <.date class="start_date" date={educ.startDate}/>
    Date fin
    <.date class="end_date" date={educ.endDate}/>
  2. <% end %>

Langues