{% extends "core/base.html" %} {% load static %} {% block title %}Request CV Access{% endblock %} {% block content %}

Request CV Access

{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}

To access my CV, please provide your email address and some information about your request. After submitting, you'll receive a verification email with a link to access the CV.

{% csrf_token %}

I consent to the processing of my personal data according to GDPR guidelines. This information will only be used to provide CV access and related communications.

{% endblock %}