{% block head %} {% endblock %}
{{society.society_intial}} Membership Application Status on {{now_datetime}}
Status
Status Count on
({{current_dt}})
Total Status Count until
({{current_dt}})
{% if countData : %} {% for row in countData : %}
{{row.status_for_mail}}
{% if row.date_count == 0 %}
{{row.date_count}}
{% else %}
{{row.date_count}}
{% endif %}
{% if row.total_count == 0 %}
{{row.total_count}}
{% else %}
{{row.total_count}}
{% endif %}
{% endfor %} {% else : %}
Record not exists .
{% endif %}