{% extends "base.html" %} {% load url from future %} {% load thumbnail %} {% block breadcrumb %}{% endblock %} {% block title %}Profile - {{ profile.full_name }}{% endblock %} {% block bodyclass %}profile-page{% endblock %} {% block content %}
{% block page_title %} {% if profile_form %}
Edit Profile
{% else %} {% if profile.user == request.user %}
View Profile {% if profile.user == request.user %} | Edit Profile {% endif %}
{% else %}

Profile

{% endif %} {% endif %} {% endblock %}
{% if profile.picture %} {% if profile.user == request.user %} {% endif %} {% else %} {% if profile.user == request.user %} {% endif %} {% endif %}
{% comment %}

{% firstof profile.full_name '' %}

{% endcomment %}
{% if profile and not password_form %}
{% if profile_form %} {% include 'website/accounts/change_profile_form.html' %} {% else %} {% include 'website/accounts/detail.html' %} {% endif %}
{% endif %} {% if password_form %}
{% if password_form %} {% include 'website/accounts/change_email_password_form.html' %} {% endif %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}