{% extends "base.html" %} {% load i18n %} {% block content %}
{% blocktrans %}You are now friends with {{ username }}{% endblocktrans %}
{% trans "View all my friends" %}
{% endblock content %}