{% extends 'profile_base.html' %} {% block profile_content %}

If you intend to join one or more teams you can use the profile to help the team responsible understand who you are and what you have to offer. Please also include availability if you are not joining us for the entire week.

Apart from Public Credit Name the information in your profile is only visible to team responsible and organisers.

Your Profile

Name (not visible to the public) {{ profile.name|default:"N/A" }}
Description (not visible to the public) {{ profile.description|default:"N/A" }}
Public Credit Name (visible to the public, leave empty if you want no credits on this website) {{ profile.public_credit_name|default:"N/A" }} {% if profile.public_credit_name %}({% if profile.public_credit_name_approved %}approved{% else %}pending approval{% endif %}){% endif %}
NickServ username (visible to the public on IRC, used to handle team channel ACLs) {{ profile.nickserv_username|default:"N/A" }}
Edit Profile {% endblock profile_content %}