{% extends 'base.html' %} {% load i18n static %} {% block title %}{% trans "Home" %}{% endblock %} {% block content %}
{% for item in list %} {% endfor %}
User ID Name Email Manage
{{item.id}} {{item.name}} {{item.email}} View Update Delete
User ID Name Email Manage
{% endblock %}