# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- [% RenderBlockStart("AdminNavBar") %]

[% Translate("Administration Overview") | html %]

[% Translate("Favorites") | html %]

[% IF Data.Favourites.size() %] [% FOREACH Item IN Data.Favourites %] [% END %] [% END %]
[% Translate(Item.Name) | html %]

[% Translate("You can add favorites by moving your cursor over items on the right side and clicking the star icon.") | html %]

[% FOREACH Group IN Data.Groups; GroupKey = Group.Key %] [% IF Data.Items.$GroupKey.size() %] [% END %] [% END %]
[% RenderBlockEnd("AdminNavBar") %]