{% extends "blogango/admin/base.html" %} {% load i18n %} {% block title %}{{ _("Dashboard") }}{% endblock %} {% block contents %}

{{ _("Dashboard") }}

Howdy. Welcome to the administration interface, {{ request.user.username }}. You have written {{ request.user.blogentry_set.count }} post{{ request.user.blogentry_set.count|pluralize }} so far.

{{ _('Quickstart') }}

{% endblock %}