{% extends "bo/bo_layout.html" %} {% block title %}Incompleted Index{% endblock %} {% block content %}
{%if page==1:%} {% else %} {%endif%} {% for i in range(1,(no_of_page | int)+1) %} {% endfor %} {%set data1 = no_of_page |int%} {% if page==data1:%} {% else %} {% endif %}

Incompleted Profile List (Total : {{total_count}})

{% if data %} {% for i in data %} {% endfor %} {% else %}

Record not found

{% endif %}
S.no Profile Image Name Email Mobile Last updated at View Edit
{{loop.index}} {% if i.attach_path %} {% else %} image {% endif %} {{i.prefix or ''}}{{i.full_name or ''}} {{i.email or ''}} {{i.mobile or ""}} {% if i.profile_updated_at %}{{i.profile_updated_at.strftime('%d-%B-%Y') or ''}}{% endif %} View
{% endblock %} {% block script %} {% endblock %}