{% extends "index.html"%} {% block content%}

Data History Login User


{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{{curent}} {% for history in history %} {%endfor%}
No Username History Login
No Username History Login
{{history.id}} {{history.user.username}} {{history.timestamp}}
{% endblock content%}