{% extends "bo/bo_layout.html" %} {% block title %}Incompleted Index{% endblock %} {% block content %}
S.no | Profile Image | Name | Mobile | Last updated at | View | Edit | {% if data %} {% for i in data %}|
---|---|---|---|---|---|---|---|
{{loop.index}} |
{% if i.attach_path %}
![]() |
{{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 |