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

Dashboard

New post »

Content
{% if request.user.comments_on %} Comments pending ({{ comments_pending_count }})
{% endif %} Images
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
Modus operandi
Help and support
{% csrf_token %}
{% endblock %}