From e7cd705175abb820cd4bfdb28693615ef2171597 Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Fri, 16 Apr 2021 16:39:23 +0300
Subject: Add existing user get support

---
 templates/list.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 templates/list.html

(limited to 'templates/list.html')

diff --git a/templates/list.html b/templates/list.html
new file mode 100644
index 0000000..e63c6be
--- /dev/null
+++ b/templates/list.html
@@ -0,0 +1,15 @@
+{% include "header.html" %}
+
+<table id="t01">
+    <tr>
+        <th>Fingerprint</td>
+        <th>Balance</td>
+    </tr>
+    {% for user in users %}
+    <tr>
+        <td>{{ user.fingerprint }}</td>
+        <td>{{ user.balance }}</td>
+        <?tr>
+        {% endfor %}
+</table>
+{% include "footer.html" %}
-- 
cgit v1.2.3-70-g09d2