{% extends 'base.html' %} {% load i18n %} {% block title %}{% blocktrans with profile.user.username as username %}{{ username }}'s profile.{% endblocktrans %}{% endblock %} {% block content_title %}
{% trans "Edit profile" %}