{% extends "dictionary/base.html" %} {% load widget_tweaks i18n filters %} {% block title %}{% trans "log in" context "titleblock" %}{% endblock %} {% block content %}
{% blocktrans with name=user.username %}just to let you know, you are already logged in as '{{ name }}'.{% endblocktrans %}
{% endif %} {% endblock %}