{% comment %} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% load forms_helpers %} Profile {% block 'stylesheet' %}{% endblock %}

{% block 'logo' %} Melange {% endblock %}

{% block 'greeting' %} Welcome, {{user.nickname}}. {% endblock %}

{% block 'instructions' %} Please update your profile: {% endblock %}

{% field_as_table_row form.given_name %} {% field_as_table_row form.surname %} {% field_as_table_row form.nickname %} {% field_as_table_row form.display_name %} {% field_as_table_row form.email %} {% field_as_table_row form.im_network %} {% field_as_table_row form.im_handle %} {% field_as_table_row form.home_page %} {% field_as_table_row form.blog %} {% field_as_table_row form.photo_url %} {% field_as_table_row form.latitude %} {% field_as_table_row form.longitude %} {% field_as_table_row form.res_street %} {% field_as_table_row form.res_city %} {% field_as_table_row form.res_state %} {% field_as_table_row form.res_postalcode %} {% field_as_table_row form.res_country %} {% field_as_table_row form.ship_street %} {% field_as_table_row form.ship_city %} {% field_as_table_row form.ship_state %} {% field_as_table_row form.ship_postalcode %} {% field_as_table_row form.ship_country %} {% field_as_table_row form.phone %} {% field_as_table_row form.birth_date %} {% field_as_table_row form.tshirt_size %} {% field_as_table_row form.tshirt_style %}
Name (publicly displayed)
 
Online Profile (publicly displayed)
 
Location (publicly displayed, these will be replaced with a Google Maps control)
 
Residence Address (kept private)
 
Shipping Address (kept private; optional, if omitted, Residence Address will be used)
 
Personal Information (kept private)