Dashboard

Total Users

{{user_obj}}

Fortune Tellers

{{fortune_obj}}

Payment

${{total_earning}}

Total Bookings

{{total_bookings}}
{% comment %}

Total Earnings

{% endcomment %}

Earnings

{% comment %}
{% endcomment %}

Bookings

New Users

View All

{% for user in five_user_obj %} {% endfor %}
Users Name Email
{% if user.first_name %}{{user.first_name}} {{user.last_name}}{% else %}N/A{% endif %}
{% if user.email %}{{user.email}} {% else %} N/A {% endif %}

New Fortuneteller

View All

{% for fortune in five_fortune_obj %} {% endfor %}
Users Name Email
{% if fortune.first_name %}{{ fortune.first_name }} {{ fortune.last_name }}{% else %}N/A{% endif %}
{% if fortune.email %}{{fortune.email}} {% else %} N/A {% endif %}

Booking Lists

View All

{% for book in booking_data %} {% endfor %}
Users ID Date & Time Category Fortuneteller Name Status
#{{book.appointment_id}}

{{book.appointement_date}}

( {{book.appointment_time}} )

{{book.service.service_name}} {{ book.fortune_teller.first_name}} {{ book.fortune_teller.last_name}} {{ book.appointment_status }}