{% load url from future %} {% if profile.user == user %} {% if not profile.facebook_id %}
Profile
{% endif %} {% endif %} {% if profile.date_of_birth %} {% endif %} {% if not profile.gender == None %} {% endif %} {% if profile.city %} {% endif %} {% if profile.address %} {% endif %} {% if profile.major %} {% endif %} {% if profile.date_graduated %} {% endif %} {% if profile.company %} {% endif %} {% if profile.job %} {% endif %}
Nama Lengkap: {% firstof profile.full_name '' %}
Tanggal Lahir: {{ profile.date_of_birth }}
Jenis Kelamin: {{ profile.get_gender_display }}
Kota: {{ profile.city }}
Alamat: {{ profile.address }}
Major: {{ profile.major }}
Tahun kelulusan: {{ profile.date_graduated }}
Perusahaan: {{ profile.company }}
Pekerjaan: {{ profile.job }}
{% if not hide_applications %}
Ubah
{% endif %}