{% extends 'main/base.html' %} {% block content %} {% load static %} {% load static %}

Admin Details

First Last Email Username Action
{{profile.user.first_name}} {{profile.user.last_name}} {{profile.user.email}} {{profile.user.username}} Edit Profile
{% endblock %}