protected function showNoticeListItem(NoticeListItem $nli)
 {
     $nli->showNotice();
     $nli->showNoticeAttachments();
     $nli->showNoticeInfo();
     $nli->showNoticeOptions();
     $nli->showNoticeLink();
     $nli->showNoticeSource();
     $nli->showNoticeLocation();
     $nli->showPermalink();
     $nli->showNoticeOptions();
 }