{% extends 'custom_admin/base.html' %} {% load static %} {% block title %}Admin Profile{% endblock %} {% block page_title %}My Profile{% endblock %} {% block content %}
Manage your personal information and account settings
@{{ user.username }}
{{ user.email }}
{{ user.first_name|default:"Not set" }}
{{ user.last_name|default:"Not set" }}
{{ user.email|default:"Not set" }}
{{ profile.phone|default:"Not set" }}
Click "Change" to update your password
{{ activity.description }}
{{ activity.timestamp|timesince }} ago
No recent activities
{% endif %}