{# WS5.8 / FRREP-TS006 — Brand-consistent CV PDF (single column, print-friendly). #} {% load country_tags %} CV — {{ user.get_full_name|default:user.email }}

RUFORUM IILMP · Curriculum vitae

{{ user.get_full_name|default:user.email }}

{% if cv.headline %}

{{ cv.headline }}

{% endif %}

{{ user.email }} {% if user.phone %}{{ user.phone }}{% endif %} {% if user.profile.country %}{{ user.profile.country|country_name }}{% endif %} {% if user.institution %}{{ user.institution.name }}{% endif %}

{% with summary_text=cv.summary|striptags|cut:" "|cut:" " %} {% if summary_text %}
{{ cv.summary|safe }}
{% endif %} {% endwith %} {% if sections.education %}

Education

{% for e in sections.education %}
{{ e.degree|default:"—" }}{% if e.institution %} — {{ e.institution }}{% endif %} {% if e.year %}{{ e.year }}{% endif %}
{% if e.details %}

{{ e.details }}

{% endif %}
{% endfor %} {% endif %} {% if sections.experience %}

Experience

{% for x in sections.experience %}
{{ x.role|default:"—" }}{% if x.org %} — {{ x.org }}{% endif %} {% if x.years %}{{ x.years }}{% endif %}
{% if x.details %}

{{ x.details }}

{% endif %}
{% endfor %} {% endif %} {% if sections.skills %}

Skills

{% for s in sections.skills %} {% if s.name %}{{ s.name }}{% if s.level %} · {{ s.level }}{% endif %}{% endif %} {% endfor %}

{% endif %} {% if sections.certifications %}

Certifications

{% for c in sections.certifications %}
{{ c.name|default:"—" }}{% if c.issuer %} — {{ c.issuer }}{% endif %} {% if c.year %}{{ c.year }}{% endif %}
{% endfor %} {% endif %} {% if sections.publications %}

Publications

{% for p in sections.publications %}
{{ p.title|default:"—" }} {% if p.venue or p.year %}

{% if p.venue %}{{ p.venue }}{% endif %}{% if p.venue and p.year %} · {% endif %}{% if p.year %}{{ p.year }}{% endif %}

{% endif %}
{% endfor %} {% endif %} {% if sections.languages %}

Languages

{% for l in sections.languages %} {% if l.name %}{{ l.name }}{% if l.proficiency %} · {{ l.proficiency }}{% endif %}{% endif %} {% endfor %}

{% endif %} {% if sections.references %}

References

{% for r in sections.references %}

{{ r.name|default:"—" }}{% if r.title %}, {{ r.title }}{% endif %} {% if r.contact %}
{{ r.contact }}{% endif %}

{% endfor %} {% endif %}