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

Dashboard

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

Welcome, {{ user.username }}

You can also edit your profile or change your password.

Logout
{% endif %}
{% endblock %}