Are you a regular stikked user? Signup so you can keep track of your pastes!
  1. <table cellpadding="0" cellspacing="4">
  2. <tr>
  3.         <th>Users</th>
  4.     <th>Country</th>
  5.     <th>Sites</th>
  6. </tr>
  7. {foreach from=$user item=u}
  8. <tr valign="top">
  9.         <td>{$u->first_name} {$u->last_name}</td>
  10.     <td>{$u->country->name}</td>
  11.     <td>    
  12.         {foreach from=$u->site->all item=s}
  13.          <table>
  14.             <tr valign="top">
  15.                 <td>{$s->url}</td>
  16.                 <td>
  17.                     <table>            
  18.                         {foreach from=$s->zone->all item=z}
  19.                             <tr><td>{$z->zone}</td></tr>
  20.                         {/foreach}
  21.                     </table>
  22.                 </td>
  23.             </tr>
  24.         </table>
  25.         {/foreach}
  26.         </td>
  27. </tr>
  28. {/foreach}

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.