{% extends "page-twocol.html" %} {% load kegweblib %} {% if USE_FACEBOOK %}{% load facebook_tags %}{% endif %} {% block title %}your account: {{user.username}}{% endblock %} {% block col-1 %}
hello, {{user.username}}
{{ profile_form.as_table }}
{% endblock col-1 %} {% block col-2 %}
your mugshot
{% mugshot_box user %}
{{mugshot_form.new_mugshot}}
{% endblock col-2 %} {% block extra-content %} {% if USE_FACEBOOK %}
facebook settings
Please visit the Facebook settings page to configure Facebook integration.
{% endif %} {% endblock %}