{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "members"|capfirst %} - {{ block.super }}{% endblock %} {% block body %}
{% blocktrans with user=request.user.username %}You’re currently logged in as {{ user }}{% endblocktrans %}.
{% blocktrans %}Take a look at your own profile.{% endblocktrans %}
{% blocktrans %}Edit your profile and avatar.{% endblocktrans %}
{% blocktrans %}Change your accounts' password.{% endblocktrans %}
{% blocktrans %}Leave the restricted area of the website.{% endblocktrans %}