diff --git a/Web/Presenters/templates/User/Groups.xml b/Web/Presenters/templates/User/Groups.xml
index 1ad47c8d..8991c0a9 100644
--- a/Web/Presenters/templates/User/Groups.xml
+++ b/Web/Presenters/templates/User/Groups.xml
@@ -2,39 +2,39 @@
{var iterator = $user->getClubs($page, $admin)}
{var count = $user->getClubCount($admin)}
-{block title}{_"groups"}{/block}
+{block title}
+ {_groups}
+{/block}
{block header}
-{if !is_null($thisUser) && $user->getId() === $thisUser->getId()}
- {_my_groups}
+ {if !is_null($thisUser) && $user->getId() === $thisUser->getId()}
+ {_my_groups}
{else}
- {$user->getCanonicalName()} » {_"groups"}
+ {$user->getCanonicalName()} » {_groups}
{/if}
-
-
{/block}
{* BEGIN ELEMENTS DESCRIPTION *}
{block tabs}
- {if !is_null($thisUser) && $user->getId() === $thisUser->getId()}
-
-
- {/if}
+ {if !is_null($thisUser) && $user->getId() === $thisUser->getId()}
+
+
+ {/if}
{/block}
{block size}
-
+
Найдено групп ({$thisUser->getClubCount()})
-
+
{/block}
{block link|strip|stripHtml}
@@ -67,22 +67,24 @@
{/block}
{block bottom}
-{if !is_null($thisUser) && $user->getId() === $thisUser->getId()}
-
-
-
{_"open_new_group"}
- {_"open_group_desc"}
-
-
-
-
{_"search_group"}
- {_"search_group_desc"}
-
-
-{/if}
+ {if !is_null($thisUser) && $user->getId() === $thisUser->getId()}
+
+
+
{_open_new_group}
+ {_open_group_desc}
+
+
+
+
{_search_group}
+ {_search_group_desc}
+
+
+
+ {/if}
{/block}