diff --git a/site/templates/index.html b/site/templates/index.html
index 595970b..9bf5857 100644
--- a/site/templates/index.html
+++ b/site/templates/index.html
@@ -44,7 +44,7 @@
v{{ config.VERSION }}
- {% if token_info.email %}
{{ token_info.email }} | {{ token_info.company }} | {{ stand }}{% endif %}
+ {% if token_info.email %}
EMail: {{ token_info.email }} | Профиль: {{ token_info.company }} | Стенд: {{ stand.upper() }}{% endif %}