{% extends 'website/base.html' %} {% load url from future %} {% load fiber_tags thumbnail breadcrumb_tags %} {% block breadcrumb %}{% endblock %} {% block title %}{{ profile.first_name }}'s Profile{% 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.first_name '' %} {% firstof profile.middle_name '' %} {% firstof profile.last_name '' %}

{% if profile.nick_name %}
{{ profile.nick_name }}
{% endif %} {% if profile.user == user %} {% if not application.submitted %} {% if active_program %}

Pendaftaran ODP angkatan {{ active_program }} telah dibuka.

{% if application_exists %} Lanjutkan {% else %} Daftar Menjadi ODP {% endif %}
{% endif %} {% endif %} {% endif %}
{% if profile_form %} {% include 'website/accounts/change_profile_form.html' %} {% else %} {% include 'website/accounts/detail.html' %} {% endif %}
{% if email_form %}
{% if email_form %} {% include 'website/accounts/change_email_password_form.html' %} {% else %} {% include 'website/accounts/credential_detail.html' %} {% endif %}
{% endif %} {% if applications_history %}
{% endif %} {% if donations or pledge %}
{% if donations %} {% include 'website/accounts/donation.html' %} {% else %} {% include 'website/accounts/donation_detail.html' %} {% endif %}
{% endif %} {% if activities %}
  • NAME
    DATE
  • {% for activity in activities %}
  • {{ activity }}
    {{ activity.date }}
  • {% endfor %}
{% endif %}
{% endblock %}