Dashboard

TOTAL USERS

{{total_users}}

TOTAL SUBSCRIPTION

{{total_subscribers}}

TOTAL BLOGS

{{total_blogs}}

TOTAL EVENTS

{{total_events}}

TOTAL INVESTMENT EDUCATION

{{total_education}}

TOTAL INVESTMENT RESEARCH

{{total_research}}

Users

{% for user in users_obj %} {% endfor %}

Users Name

Email

Sign Up Date

Action
{{user.username}} {{ user.email}} {{ user.start_date|date:"d M Y" }}

Subscribers

{% if sub_obj %} {% for sub in sub_obj %} {% endfor %}
User Name Subscription Name Price Start Date Expiry Date Status
{{ sub.user.first_name }} {{ sub.user.last_name }} {{ sub.subscription.subscription_name }} {{ sub.subscription.price }} {{ sub.buyDate }} {{ sub.expiry_date }} {{ sub.is_active }}
{% else %}

No data found

{% endif %}

Users