{% extends 'base.html' %} {% load uni_form_tags %} {% load url from future %} {% block title %}Informasi Dasar{% endblock %} {% block content %} {% include 'applications/form_header.html' %} {% include 'applications/form_sidebar.html' %}
{% csrf_token %}
INFORMASI DASAR
{% uni_form form form.helper %}
PROFIL ONLINE
{% uni_form online_form online_form.helper %}
FOTO PROFIL
{% uni_form picture_form picture_form.helper %}
{% if profile.picture %} {% else %} {% endif %}
INFORMASI TAMBAHAN
{% uni_form additional_form additional_form.helper %}
*Wajib diisi
{% include 'applications/form_footer.html' %}
{% endblock %}