{% extends "accounts_base.html" %} {% block title %}{{ user.get_full_name }}{% endblock %} {% block content %}

{{ user.get_full_name }}

{% if user.profile.photo %} {% endif %}
{% endblock %}