Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<style>th {text-align: center;}button {}</style><section class="wrapper"><table class="table-bordered table"><thead><tr><th>Outlet Name</th><th>Owner Name</th><th>Mobile</th><th>City</th><th>RBM</th><th>Action</th></tr></thead><tbody>#foreach($loiForm in $loiForms)<tr><td>$loiForm.getCompanyName()</td><td>$loiForm.getFullName()</td><td>$loiForm.getMobile()</td>#if($loiForm.getBillingAddress().getLoc())<td>$loiForm.getBillingAddress().getLoc()($loiForm.getBillingAddress().getLocality())</td>#else<td>$loiForm.getBillingAddress().getLocality()</td>#end<td><select class="authId" required><option value=" " selected>Select RBM</option>#foreach( $authUser in $authUsers)<option value="$authUser.getId()">$authUser.getFullName()</option>#end</select></td><td><button id="createNewOnboardingPanel" value="$loiForm.getId()" class="btn-success">CreateOnboarding</button></td></tr>#end</tbody></table></section>