{% extends "bo/bo_layout.html" %} {% block title %}Profile Edit{% endblock %} {% block style %} {% endblock %} {% block content %}

Edit Profile


{% if data.attach_path %} {% else %} image {% endif %}

Upload Profile picture








{% if data.society_id|int == 3 %}

The registrar of societies mandates collection of a government issued ID number from members of all societies.*


{% endif %}


The registrar of societies mandates collection of a government issued ID number from members of all societies.*



{% if (data.member_type_id| int in (1,17,20)) and (data.society_id|int in [10]) %}
{% endif %}













Current address. (Proof required)













Choose your preferred specialities. (Maximum 2) *



{% if specialities %} {% for spl in specialities %}
{% endfor %} {% endif %}

{% endblock %}{% block script %} {% endblock %}