{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load widget_tweaks bootstrap3 %} {% load person_filters %} {% block title %}Profile for {{ user }}{% endblock %} {% block content %} {% origin %}

Profile for {{ user.username }}

Personal information in the datatracker which is derived from your contributions to the IETF standards development process is covered by the EU General Data Protection Regulation's Article 6(1) (f) covering IETF's Legitimate Interest due to the IETF's mission of developing standards for the internet. See also the page on handling of personal information.

Personal information which is not derived from your contributions is covered by the EU GDPR Article 6(1) (a) regarding consent. All such information is visible on this page and shown with the dagger symbol † next to it, or listed on your notification subscription page. Most of this information can be edited or removed on these page. There are some exceptions, such as photos, which currently require an email to the Secretariat if you wish to update or remove the information.

All the information the datatracker has that is coupled to this account and visible on this page or otherwise related to your work on ietf documents, is also available to you as a JSON blob when you are logged in.


{% csrf_token %} {% bootstrap_form_errors person_form %} {% for f in new_email_forms %} {% bootstrap_form_errors f %} {% endfor %}

{{ user.username }}  

{% if person.photo %}
{% endif %}
{{person|is_nomcom_eligible|yesno:'Yes,No,No'}}

This calculation is EXPERIMENTAL.
If you believe it is incorrect, make sure you've added all the email addresses you've registered for IETF meetings with to the list below.
If you've done so and the calculation is still incorrect, please send a note to {{settings.SECRETARIAT_TICKET_EMAIL}}.
See RFC 7437 for eligibility requirements.

{% for extres in person.personextresource_set.all %}
{% firstof extres.display_name extres.name.name %}
{{extres.value}} {% if forloop.first %} {% endif %}
{% empty %}
None 
{% endfor %}
{% for email in emails %} {% endfor %}
PrimaryActiveAddressOrigin
{% if email.origin == person.user.username or email.origin == '' %}†{% endif %} {{ email }} {{ email.origin|default:'(unknown)' }}
Note: Email addresses cannot be deleted in this form, only deactivated.
{% for f in new_email_forms %} {% bootstrap_field f.new_email layout="horizontal" show_label=False %} {% endfor %}
{% for role in roles %} {% bootstrap_field role.email_form.email layout="horizontal" show_label=False %} {% endfor %} {% bootstrap_field person_form.name layout="horizontal" %} {% bootstrap_field person_form.plain layout="horizontal" %} {% bootstrap_field person_form.ascii layout="horizontal" %} {% if roles %} {% bootstrap_field person_form.biography layout="horizontal" %} {% endif %} {% bootstrap_field person_form.consent layout="horizontal" %}
{% endblock %} {% block js %} {% endblock %}