{% extends "bo/bo_layout.html" %} {% block title %}Profile Updated Index{% endblock %} {% block content %}
S.no | Profile Image | Name | Mobile | City | 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 ""}} | {{i.city or ""}} | {% if i.profile_updated_at %}{{i.profile_updated_at.strftime('%d-%B-%Y') or ''}}{% endif %} | View |