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.
{% extends "blogango/admin/base.html" %} {% load i18n %} {% block title %}{{ _("Dashboard") }}{% endblock %} {% block contents %}
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.