{% extends "base.html" %} {% block content %} {% if profile.member %} {% endif %}

Welcome {{ user.first_name }} {{ user.last_name }}

{% if not profile.member %}
Your not a member of the Ubuntu Massachusetts Team yet, click here to join.
{% endif %}
Username:{{ profile.username }}
Name:{{ user.first_name }} {{ user.last_name }}
Email:{{ user.email }}
Member:{% if profile.member %}Yes{% else %}No{% endif %}
 

Launchpad Account

Your launchpad account is important, it keeps track of your global ubuntu projects, bugs, questions and other useful information.

{% if profile.member %} {% endif %}

Launchpad Account

Update Account

Unsubscribe


{% endblock %}