{% extends 'dashboard/base.html' %} {% load static %} {% load customtag %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Dashboard

Welcome {% if request.user.is_authenticated %}{{request.user.userprofile.name}}{% if request.user.is_verified %} ionicons-v5-e {% endif %} {% else %}there {% endif %}

Here whats happing in your account today

vector women with leptop

{{blogs.count}}

Blogs

{{ services.count }}

Services

{{ testimonials.count }}

Testimonials

{{ projects.count }}

Projects
{% if request.user.role == 'Admin' %}

{{ subscribers.count }}

Subscribers
{% endif %}
{% if request.user.role == 'Admin' %}

{{ teams.count }}

Team Members

{{ clients.count }}

Clients

{{ contacts.count }}

Contacts

{{ subscribers.count }}

Subscribers

{{ contacts.count }}

Contacts

{{ subscribers.count }}

Subscribers
{% endif %}
Weather Forcast
More forecasts: oneweather.org
{% if request.user.role == 'Admin' %}
Recent Contacts
{% if contacts %}
    {% for contact in contacts|slice:":3" %}
  • {{ contact.created_at }}

    {{ contact.name }}
    {{ contact.message|truncatewords:'12' }}
  • {% endfor %}
{% else %}
  • You don't have any contacts.
{% endif %}
Recent Subscribers
{% if subscribers %}
    {% for subscriber in subscribers|slice:":3" %}
  • {{ subscriber.created_at }}

    {{ subscriber.email }}
    Subscribed at {{ subscriber.created_at }} {{subscriber.time}}
  • {% endfor %}
{% else %}
  • You don't have any subscriber.
{% endif %}
{% endif %}
Recent Blogs
{% if blogs %} {% else %}
  • You don't have any blogs.
{% endif %}
Visitor By OS
{% if analytics.total_visitors%}

Out of {{analytics.total_visitors}} Visitors

{% endif %}
{% if analytics.total_visitors%} {% else %}
  • No data available
  • {% endif %}
    Visitor By Browser
    {% if analytics.total_visitors%}

    Out of {{analytics.total_visitors}} Visitors

    {% endif %}
    {% if analytics.total_visitors%} {% else %}
  • No data available
  • {% endif %}
    {% endblock content %}