{% extends 'base.html' %} {%block title %} bigsansar - dashboard {% endblock %} {% block head %} {% load static %} {% endblock %} {% block body %} {% include 'admin/nav.html' %}
{% if messages %} {% for message in messages %} {% if message.tags %} {% endif %} {% endfor %} {% endif %}
Admin

{{ request.user }}

{{ request.user.userinfo.address }}

  • Registerd on
    {{ request.user.date_joined }}
  • Last login
    {{ request.user.last_login }}
  • Login IP
    {{ ip }}
  • IP Location
    {{ geo.country }}
  • Browser
    {{ browser }}
Domain Name

Total visitor
{{ visitcount }} (?)

Reviews
{% if visitcount == 0 %} {% elif visitcount < 500 %} {% elif visitcount < 1000 %} {% elif visitcount < 5000 %} {% elif visitcount < 10000 %} {% elif visitcount < 25000 %} {% else %} + {% endif %}

Status
{{ count }}

Created on
{{ host.publish_date }}

{{ host.domain }}pages Status
+ New

{% for page in pages %}
{{ page.title }}

{% endfor %}
BigsansarNew Update

{% for update in blog %} {{ update.title }}
{% endfor %}
{% endblock %}