{% extends "layouts/dashboard.html" %} {% block extra_head %}{% include "rep/partials/quill_head.html" %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {{ sections_initial|json_script:"cv-sections-initial" }}
{% include "components/page_header.html" with title="My CV profile" subtitle="Build the profile that recruiters review when you apply for jobs on the RUFORUM network. The headline, summary, and sections below appear in the application detail page that employers see." %}
Download PDF → Open in new tab ↗
{# UX tip: how recruiters actually read CVs — keeps writers honest about impact. #} {# ── Tabs ──────────────────────────────────────────────────────── #}
{# ── Edit tab ──────────────────────────────────────────────────── #}
{% csrf_token %} {# Profile details #}

Profile details

Headline plus the rich-text summary (formatting below) are your main narrative on applications.

{% for field in form %}
{% if field.name == "summary" %}
{% else %} {{ field }} {% endif %} {% if field.help_text %}

{{ field.help_text }}

{% endif %} {% if field.errors %}

{{ field.errors|join:", " }}

{% endif %}
{% endfor %}
{# CV sections — Alpine #}

Experience & credentials

One block per category. Expand a section to add entries; empty sections are omitted from your saved CV.

{# Education #}
Education Degrees & institutions
{# Experience #}
Work experience Roles & organisations
{# Skills #}
Skills Tools & competencies
{# Certifications #}
Certifications Professional credentials
{# Publications #}
Publications Papers & reports
{# Languages #}
Languages Proficiency optional in label

Ready to save?

Visible on every job application you submit

← Back to jobs
{# /Edit tab #} {# ── Preview tab ──────────────────────────────────────────────── #}

Live render — same template that becomes a PDF for recruiters

Save your changes on the Edit tab to refresh this preview.

{# ── Visibility tab ───────────────────────────────────────────── #}

When you apply for a job

Recruiters see your CV alongside your application

The headline, summary, and every section you fill in below are displayed on the application detail page the employer reviews. If you also upload a PDF or Word document, recruiters can preview it inline and download it. Updates you make later flow through automatically — the recruiter sees a banner if you've saved changes since applying.

  1. 1 You apply for a job from the Job board.
  2. 2 The employer opens the application — your headline, summary, sections, and any uploaded CV file are shown side-by-side with your cover letter.
  3. 3 You can track each application's status — Applied / Shortlisted / Hired — under "My applications".

Public profile (optional)

Outside of applications

When you tick Is public on the Edit tab, your CV is also shown on your network profile so peers and mentors can discover your background. Untick it to keep the CV private — only employers reviewing your applications will see it.

{% endblock %} {% block extra_js %} {% endblock %}