% if ( $notes ) {
<% $notes %>

% } <%init> my $conf = new FS::Conf; my $notes = join('
', map encode_entities($_), $conf->config('dashboard-topnotes') );