diff --git a/usr/share/vmmgr/templates/portal-admin.html b/usr/share/vmmgr/templates/portal-admin.html
index e3eac40..b3efc99 100644
--- a/usr/share/vmmgr/templates/portal-admin.html
+++ b/usr/share/vmmgr/templates/portal-admin.html
@@ -48,6 +48,30 @@
{% endif %}
+{% if 'safire' in visible_apps %}
+{% set app = apps['safire'] %}
+
+
+
Samostatná instance Sahana EDEN s šablonou SaFiRe.
+
+ - Login: {{ app['login'] }}
+ - Heslo: {{ app['password'] }}
+
+
+{% endif %}
+
+{% if 'share' in visible_apps %}
+{% set app = apps['share'] %}
+
+
+
Samostatná instance Sahana EDEN s šablonou ShaRe.
+
+ - Login: {{ app['login'] }}
+ - Heslo: {{ app['password'] }}
+
+
+{% endif %}
+
{% if 'crisiscleanup' in visible_apps %}
{% set app = apps['crisiscleanup'] %}
diff --git a/usr/share/vmmgr/templates/portal-user.html b/usr/share/vmmgr/templates/portal-user.html
index 9e4cb90..94fcd86 100644
--- a/usr/share/vmmgr/templates/portal-user.html
+++ b/usr/share/vmmgr/templates/portal-user.html
@@ -25,6 +25,22 @@
{% endif %}
+{% if 'safire' in visible_apps %}
+{% set app = apps['safire'] %}
+
+
+
Samostatná instance s šablonou pro řešení nouzových událostí.
+
+{% endif %}
+
+{% if 'share' in visible_apps %}
+{% set app = apps['share'] %}
+
+
+
Samostatná instance s šablonou pro úlevu a rehabilitace.
+
+{% endif %}
+
{% if 'crisiscleanup' in visible_apps %}
{% set app = apps['crisiscleanup'] %}