{% extends "base.html" %} {% block content %}

Privacy Settings

{% if request.query_params.message %}
{{ request.query_params.message }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

Control who can see different parts of your profile information. Your information can be visible to everyone, only members of your teams, or kept private (visible only to you and admins).

Email Address

{% for option in privacy_options %} {% endfor %}

Full Name

{% for option in privacy_options %} {% endfor %}

Teams Membership

{% for option in privacy_options %} {% endfor %}

Points & Leaderboard Position

{% for option in privacy_options %} {% endfor %}

Achievements

{% for option in privacy_options %} {% endfor %}

Event Attendance

{% for option in privacy_options %} {% endfor %}
Back to Profile

Note: Administrators can always view your complete profile information for support purposes.

{% endblock %}