{% extends 'bo/bo_layout.html' %} {% block head %} {% endblock %} {% block title %}Members Profile{% endblock %} {% block content %}

{{ Auth.getSociety(society_id)['society_intial'] }} MEMBERS

{{district}}

{% for user in datas %} {% endfor %}
Sno Action Membership no Profile Image Full name Email id /
Mobile
City District Profile Updated at
{{loop.index}} {{user.membership_no or ""}} {% if user.attach_path %} {% else %} image {% endif %} {{user.full_name or ""}} {{Helper.email_mask(user.email) or ""}}/
{{Helper.mobile_mask(user.mobile) or ""}}
{{user.city or ""}} {{user.district or ""}} {{user.profile_updated_at.strftime('%d-%m-%Y %H:%M:%S') if user.profile_updated_at else ''}}
{% endblock %} {% block script %} {% endblock %}