[% SET CPANEL.CPVAR.dprefix = "../" %] [% WRAPPER '_assets/master.html.tt' app_key = 'visitors' -%] [% SET list_last_visitors = Api2.exec("Stats", "listlastvisitors", {} ); %]

[% locale.maketext("This function displays up to [numf,_1] of the most recent entries in the domain’s web server log.", 1000) %]

[% locale.maketext("Select a Domain") %]

[% IF list_last_visitors.size; %] [% FOREACH lastVisitor IN list_last_visitors; %] [% END %] [% ELSE %] [% END %]
[% locale.maketext("Domain") %] [% locale.maketext("View") %]
[% lastVisitor.txt.html() %]
[% locale.maketext("There are no domains which have last visitors stats to display.") %]
[% END #wrapper -%]