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

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

{% else %}

Profile - All Dates

{% endif %} {% endif %}

Profile Updated
{% if in_profile_filter|int == 1 %} All Members {% else %} All Members {% endif %}
{% if in_profile_filter|int == 1 %} {{data.profile_updated}} {% else %} {{data.profile_updated}} {% endif %}
{% if in_profile_filter == 1 %} Ratified Member {% else %} Ratified Member {% endif %}
{% if in_profile_filter == 1 %} {{data.ratified_profile_updated or 0 }} {% else %} {{data.ratified_profile_updated or 0 }} {% endif %}
Not Profile Updated
{% if in_profile_filter|int == 1 %} All Members {% else %} All Members {% endif %}
{% if in_profile_filter|int == 1 %} {{data.incompleted_profile}} {% else %} {{data.incompleted_profile}} {% endif %}
{% if in_profile_filter|int == 1 %} Ratified Member {% else %} Ratified Member {% endif %}
{% if in_profile_filter|int == 1 %} {{data.ratified_profile_not_updated or ''}} {% else %} {{data.ratified_profile_not_updated or ''}} {% endif %}


Profile Analytics


Fig:1 - Profile Updated in Month-wise

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