{% extends 'website/base.html' %} {% load url from future %} {% load thumbnail %} {% block breadcrumb %}{% endblock %} {% block title %}{{ profile.first_name }} {{ profile.last_name }}{% endblock %} {% block bodyclass %}profile-page{% endblock %} {% block content %} {% block page_title %} {% if profile_form %}

Ubah Profil

{% else %} {% if profile.user == request.user %}

Profil Saya

{% else %}

Profil

{% endif %} {% endif %} {% endblock %}
{% if profile.mugshot %} {% if profile.user == request.user %} {% else %} {% endif %} {% else %} {% if profile.user == request.user %} {% else %} {% endif %} {% endif %} {% if picture_form %} {% if profile.mugshot %}
Hapus Foto
{% endif %} {% include 'website/accounts/change_picture_form.html' %} {% endif %}

{% firstof profile.full_name '' %}

{% 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 %}