{% extends "index.html" %} {% load i18n %} {% block Headline %}{% trans "Profile" %}{% endblock %} {% block Content %}

{% blocktrans with user|capfirst as username %}Profile of {{username}}{% endblocktrans %}

Statistics

{% trans "Account" %}

{% endblock %}