{% extends 'base.html' %} {% load url from future %} {% block title %}Account Settings{% endblock %} {% block bodyclass %}account_settings{% endblock %} {% block content %} {% if application %}

STATUS APLIKASI ODP ANGKATAN {{ application.program }}

{{ application.get_status_display }}

{% if next_form %} Lanjutkan Aplikasi ({{ application.completed_count }} dari 6 SELESAI) {% endif %} {% if application.submitted %}

No. registrasi Anda adalah {{ application.registration_number }}. Hasil seleksi akan diumumkan di website pada tanggal {{ program.phase_1_selection_date|date:"d F Y" }}.

{% if today > program.registration_end_date %} Lihat Aplikasi {% endif %} {% endif %}
{% else %}

APLIKASI ODP ANGKATAN {{ application.program }}


PENDAFTARAN SUDAH DIBUKA


Mulai isi applikasi
{% endif %} {% if application_list %}

RIWAYAT APLIKASI ANDA SEBELUMNYA


{% for app in application_list %} {% endfor %}
APLIKASI ANGKATAN {{ app|upper }} {{ app.get_status_display|upper }}
{% endif %}
Edit

INFORMASI PROFIL


Nama {{ profile.first_name }} {{ profile.middle_name|default:"" }} {{ profile.last_name|default:"" }}
Alamat {{ profile.address }}
Nomor HP {{ profile.mobile_phone }}
Telp. Rumah/HP 2 {{ profile.phone }}
Profil Facebook {{ profile.facebook }}
Profil Twitter {{ profile.twitter }}
Profil LinkedIn {{ profile.linked_in }}

EMAIL

Edit
Email {{ profile.user.email }}
{% csrf_token %}

GANTI PASSWORD


Password Lama {{ password_change_form.old_password.errors }} {{ password_change_form.old_password }}
Password Baru {{ password_change_form.new_password1.errors }} {{ password_change_form.new_password1 }}
Konfirmasi Password {{ password_change_form.new_password2.errors }} {{ password_change_form.new_password2 }}
{% endblock %}