{% extends 'base.html' %} {% load i18n %} {% load widget_tweaks %} {% block title %}{{ page_title }}{% endblock %} {% block content %} {% if edit %} Update your Peopleoo profile Update your name, employment and profile image below. {% else %} Create your Peopleoo profile Let’s start with some personal details. {% endif %} {% csrf_token %} First name {{ form.first_name }} Middle name(s) {{ form.middle_names }} Last name {{ form.last_name }} Preferred name {{ form.preferred_name }} Privacy Mode: Tick the box below to hide your profile image and shorten your last name to its initial, making you less identifiable on Peopleoo. {% include 'components/form_field_errors.html' with field=form.enabled_privacy_mode %} {% if not request.GET.signup %} Employer name (If applicable) {{ form.employer_name }} Enter your employers email below if you would like them to automatically receive a copy of your Special Mentions. {{ form.employer_email }} {% else %} {% endif %} {% if profile.avatar %} {% endif %} Add{% if edit %} or change{% endif %} your profile picture {{ form.avatar }} {% if form.errors %} {{ form.errors }} {% endif %} {% trans 'Save profile' %} {% endblock %}
Update your name, employment and profile image below.
Let’s start with some personal details.
First name
Middle name(s)
Last name
Preferred name
Employer name (If applicable)
Enter your employers email below if you would like them to automatically receive a copy of your Special Mentions.
Add{% if edit %} or change{% endif %} your profile picture