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

View Profile


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










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


{% 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 %}





Choose your preferred specialities. (Maximum 2) *



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

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