Rev 24098 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="row" style= "margin-top:15px;" ><div class="col-lg-12"><table class="table table-striped table-advance table-hover"><tbody>#if(!$notificationData.isEmpty())#foreach( $request in $notificationData)<tr class="notification-data" data="$request.getId()"><td>$request.getData() <div style = "border-top: 0px solid #fafafa;" align="right" ><small>Published On $request.getCreated_timestamp().format($dateTimeFormatter)</small> </div></td></tr>#end#else<tr><td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td></tr>#end</tbody></table></div></div>