{% extends 'bingo/base.html' %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans 'user profile:' %} {{ profile_user.username }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block headline %}{% trans 'user profile:' %} {{ profile_user.username }}{% endblock %} {% block content %}