{% load static %} {% include 'dashboard/admin_dashboard/header.html' %} {% include 'dashboard/admin_dashboard/body.html' %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Update Setting Control panel

Update Setting

{% csrf_token %}
{% if setting.image %} Current Logo {% endif %}
{% if setting.favicon %} Current Logo {% endif %}
{% if setting.whatsapp_notification == 1 %}

{{ total_messages }}

Total WhatsApp Messages

{{ message_count }}

Messages Sent

{{ remaining_messages }}

Remaining Message Limit

{% endif %}
{% include 'dashboard/visitors_dashboard/footer.html' %}