{% extends 'memberapp_users/layout_blank.html' %} {% block head %} {% endblock %} {% block title %}MEMBERS{% endblock %} {% block content %}

{{society.society_intial or ''}} MEMBERS

{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg }}

{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×

wrong{{ mesg }}

{% endfor %}
Checkbox


{% for user in datas %} {% if user.profile_updated_at %} {% if Auth.getSociety(society_id) and Auth.getSociety(society_id)['profile_validate_from'] %} {% set profile_valid_date = Auth.getSociety(society_id)['profile_validate_from']%} {% if Helper.dt_compere_greaterthen(user.profile_updated_at.strftime('%Y-%m-%d'),profile_valid_date|string) %} {% set dt = user.profile_updated_at.strftime('%d-%m-%Y %H:%M:%S') %} {% set color = "green" %} {% endif %} {% else %} {% set dt = user.profile_updated_at.strftime('%d-%m-%Y %H:%M:%S') %} {% set color = "red" %} {% endif %} {% endif %} {% endfor %}
Sno Membership no Full name Email id /
Mobile
City Profile updated at
{{loop.index}} {{user.membership_no or ""}} {{user.full_name or ""}} {{user.email or ""}}/
{{user.mobile or ""}}
{{user.city or ""}} {{dt}}
{% endblock %} {% block script %} {% endblock %}