{% load static %}
{% block title %}{% endblock title %}
Loading...
{% if settings.logo_light %}
{% endif %}
Welcome
To The Dashboard {{request.user.userprofile.name}}
Create or Modify Your Website From Here
{{ request.user.userprofile.name }}
{{ request.user.role }}
{% if request.user.role == 'Admin' %}
Users
{% endif %}
Site map
{% if request.user.role == 'Admin' %}
Settings
{% endif %}
Log Out
{% if settings.logo_dark %}
{% endif %} {% if settings.logo_light %}
{% endif %}
{% if settings.favicon %}
{% endif %}
{% if settings.favicon %}
{% endif %}
Back
General
Dashboard
Home
{% if request.user.role == 'Admin' %}
Pages
Home Page
About Page
Service Page
Project Page
Pricing Page
Contact Page
Terms Page
Policy Page
Custom Pages
All Pages
Create Page
{% endif %}
Site Configurations
Blogs
Blog Lists
Create new
Blog Categories
{% if request.user.role == 'Admin' %}
Projects
Project List
Create Project
Project Categories
Services
Service List
Create Service
Elements
Sliders
Fun Facts
Clients
Testimonials
Team Members
Pricing
Users
User List
Create User
Form Data
Contact Form
Subscribe Form
Menus
Primary Menu
Sub Menu
Create New
Settings
Website Settings
Template Settings
Header Footer
SEO
{% endif %}
Applications
Marketing Tools
{% if request.user.role == 'Admin' %}
Email Marketing
SMS Marketing
{% endif %}
Email Formator
Number Formator
Sitemap
{% block content %}{% endblock content %}
{% include "error/demo_mode.html" %}