{% extends base_generic %} {% load static %} {% block content %}
User admin panel User configurations
{% for user in content_list %}
User ID:{{user.id}} User name:{{user.username}} Password:password e-mail:{{user.email}} Staff:{{user.is_staff}} Active:{{user.is_active}} Last login:{{user.last_login}} Date joined:{{user.date_joined}}
Browse history Search history
{% endfor %} {% endblock %}