{% extends 'profile_base.html' %} {% block profile_content %} {% if not profile.description %}
Attention!
You have not written anything in your "description".
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.
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" }} |