{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block title %} {{ user.first_name }} {{ user.last_name }}{% endblock %} {% block content %} {{block.super}} {% ifequal user profile.user %}
Edit my profile Account settings
{% endifequal %} {# Reusable avatar code #} {% include 'profiles/avatar.html' %}
{% if profile.city %}
{{ profile.city }}, {{ profile.state }}, {{ profile.country }}
{% endif %}
{% if profile.allow_contact %}
Contact {{ profile.user.first_name }}
{% endif %}
{{profile.user.first_name}}'s feed
No profile information available
{% endif %} {% if profile.twitter %}Twitter: {{ profile.twitter }}
{% endif %} {% if profile.facebook %}Facebook: {{ profile.facebook }}
{% endif %} {% if profile.fax %}Fax:
{{ profile.fax }}