{% extends 'base.html' %} {% block content %}
{% if info %}

{{ info }}

{% endif %} {% for user in users %} {% endfor %}
ID 用户名 姓名 Email Key
{{ user.id }} {{ user.username }} {{ user.name }} {{ user.email }} 下载
{% endblock %}