{% extends "bo/bo_layout.html" %} {% block title %}Analytics{% endblock %} {% block content %}

ANALYTICS

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

wrong{{ mesg }}

{% endfor %}
{% 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 %} {% endif %}

{% endblock %} {% block script %} {% endblock %}