{% extends "base.html" %} {% load static i18n %} {% load crispy_forms_tags %} {% load thumbnail %} {% block title %}{{ user.username|title }}{% endblock %} {% block head %} {% endblock head %} {% block content %}
{{ user.name }}