{% extends "account/base.html" %}
{% load static %}
{% load i18n %}
{% load account socialaccount %}
{% block head_title %}{{ user.username }}{% endblock head_title %}
{% block inner %}
{% if user.is_authenticated %}
{% if user.sso_app_profile.picture %}
{% endif %}