{% extends "layouts/base-electric.html" %} {% load static %} {% block title %} Sites {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {% include "includes/navigation-transparent.html" %}

Profile Info

Last Login {{ user.last_login }}
Registration Date {{ user.date_joined }}
Admin Status {% if user.is_staff %} Yes {% else %} No {% endif %}

Profile Settings

Edit your profile

{% csrf_token %} {{ user_form.as_p }} {{ profile_form.as_p }}
{% endblock content %}