+
+ You are logged in as {{ user.username }}
+
+ {% if other_users %}
+
+
Other users you have permission to see
+
+ {% for user in other_users %}
+ - {{ user.mail }}
+ {% endfor %}
+
+
+ {% endif %}
+
+{% endblock %}
+
diff --git a/templates/login.html b/templates/login.html
new file mode 100644
index 0000000..11ae59a
--- /dev/null
+++ b/templates/login.html
@@ -0,0 +1,29 @@
+{% extends 'base.html' %}
+{% block main %}
+