{% extends "base.html" %} {% load i18n staticfiles %} {% load socialprofile_tags %} {% block headtitle %}{% trans "Profile for " %}{{ user.username }}{% endblock %} {% block content %}
{{ user.username }}
{{ user.email }}