diff --git a/templates/main/index.html.twig b/templates/main/index.html.twig
index 8a75d04..9d27865 100644
--- a/templates/main/index.html.twig
+++ b/templates/main/index.html.twig
@@ -52,6 +52,10 @@
{{ token.id }}
+ {% if token.user is not null %}
+ |
+ {{ token.user.username }}
+ {% endif %}
{#