{% extends 'main/layout.html' %} {% block title %}Dashboard — {{ request.user.username }}{% endblock %} {% block content %}

Dashboard

New post »

Content
{% if request.user.comments_on %} Comments pending ({{ comments_pending_count }})
{% endif %} Homepage
Assets
Posts
Pages {% if request.user.notifications_on %}
Newsletter {% endif %}
Analytics {% if request.user.post_backups_on %}
Post Backups {% endif %}
Manage
Webring
API {% if billing_enabled %}
Billing {% endif %}
Import posts
Export blog
Account
Blog settings
Change password
Platform Methodology
Help and support
{% csrf_token %}
Licensing
Really Simple Licensing
{% if request.user.is_superuser %} Administration
Django Admin
Moderation
{% endif %}
{% endblock content %}