{% extends "bo/bo_layout.html" %} {% block title %}Home{% endblock %} {% block content %}
{% if societyData.profile_validate_from %} {% if in_profile_filter|int == 1 %}

Profile from {{ datetime.strptime(societyData.profile_validate_from,'%Y-%m-%d').strftime('%d-%m-%Y')}}

{% else %}

Profile Update - All Dates

{% endif %} {% else %}

Profile Update - All Dates

{% endif %}

Profile Update
{% if in_profile_filter|int == 1 %} Updated Members {% else %} Updated Members {% endif %}
{% if in_profile_filter|int == 1 %} {{data.profile_updated}} {% else %} {{data.profile_updated}} {% endif %}
Profile Not Updated
{% if in_profile_filter|int == 1 %} Not Updated Members {% else %} Not Updated Members {% endif %}
{% if in_profile_filter|int == 1 %} {{data.incompleted_profile}} {% else %} {{data.incompleted_profile}} {% endif %}

{% if society_id|int == 10 %}
{% endif %}

Profile Update Analytics


Fig:1 - Profile Updated in Month-wise

Fig:2 - Profile Updated in Day-wise
{% endblock %} {% block script %} {% endblock%}