{% extends 'base.html' %} {% load carer_tags %} {% load i18n %} {% load static %} {% block title %}{% trans "Profile" %}{% endblock %} {% block content %}
{# notification #} {#
#} {##} {#

#} {# Welcome to Peopleoo#} {#

#} {#

#} {# Some welcome message that is only displayed the first time visited.#} {#

#} {#
#} {# notification #}
{% if profile.avatar and not profile.enabled_privacy_mode %}
Picture of {{ profile }}
{% else %}
{{ profile.user.first_name|make_list|first }}{{ profile.user.last_name|make_list|first }}
{% endif %}

{{ profile }}

{% include 'carers/partials/organization_details.html' with profile=profile %}
{% if visitor %} Leave {{ profile }} a Special Mention {% else %}
{% if staff_link_request %} {% endif %}
{##} {# {% include 'components/icons/icon-edit.html' %}#} {# Edit#} {##} {% endif %} {# QR Code #}
{{ profile }}'s QR code for YooCare
{% if quizzes %}

Quizzes

By completing the quizzes, you're building your digital employee passport – helping employers find talent by skill and location.

{{ completed_quizzes_count }}/{{ total_quizzes_count }} quizzes completed

{% endif %}
{% for quiz in quizzes %} {# tick #} {% if quiz.is_complete %} {% endif %} img

{{ quiz.name }}

{{ quiz.minutes_to_complete_quiz }} min quiz

{% endfor %}
{# Latest Reviews #}

Latest Special Mentions

{# Only show load more button if there xxx reviews? #} {# {% if profile.user.reviews.all %}#} {# #} {# Load more reviews#} {# #} {# #} {# {% endif %}#}
{# Experience #} {#
#} {#
#} {#

Your Experience

#} {# #} {# {% include 'components/icons/icon-edit.html' %}#} {# Edit#} {# #} {#
#} {##} {# #} {#
#} {##} {# Qualifications #} {#
#} {#
#} {#

Your Qualifications

#} {# #} {# {% include 'components/icons/icon-edit.html' %}#} {# Edit#} {# #} {#
#} {# #} {#
#} {##} {# Skills #} {#
#} {#
#} {#

Your Special Skills & Interests

#} {# #} {# {% include 'components/icons/icon-edit.html' %}#} {# Edit#} {# #} {#
#} {# #} {#
#} {##} {# Additional Info #} {#
#} {#
#} {#

Additional Information

#} {# #} {# {% include 'components/icons/icon-edit.html' %}#} {# Edit#} {# #} {#
#} {# #} {#
#} {% endblock %}