<tr>
      <td>
        <a href="<?php 
    echo url_for('rtCommentAdmin/edit?id=' . $rt_comment->getId());
    ?>
"><?php 
    echo $rt_comment->getAuthorName();
    ?>
</a>:<br />
        <?php 
    echo truncate_text(strip_tags($rt_comment->getContent()), 100);
    ?>
      </td>
      <td class="rt-admin-publish-toggle">
        <?php 
    echo rt_nice_boolean($rt_comment->getIsActive());
    ?>
        <div style="display:none;"><?php 
    echo $rt_comment->getId();
    ?>
</div>
      </td>
      <td><?php 
    echo $rt_comment->getCreatedAt();
    ?>
</td>
      <td>
        <ul class="rt-admin-tools">
          <li><?php 
    echo rt_button_edit(url_for('rtCommentAdmin/edit?id=' . $rt_comment->getId()));
    ?>
    ?>
"><?php 
    echo $rt_snippet->getTitle();
    ?>
</a></td>
      <td><?php 
    echo $rt_snippet->getCollection();
    ?>
</td>
      <td><?php 
    echo link_to_if($rt_snippet->version > 1, $rt_snippet->version, 'rtSnippetAdmin/versions?id=' . $rt_snippet->getId());
    ?>
</td>
      <td class="rt-admin-publish-toggle">
        <?php 
    echo rt_nice_boolean($rt_snippet->getPublished());
    ?>
        <div style="display:none;"><?php 
    echo $rt_snippet->getId();
    ?>
</div>
      </td>
      <td><?php 
    echo $rt_snippet->getCreatedAt();
    ?>
</td>
      <td>
        <ul class="rt-admin-tools">
          <li><?php 
    echo rt_button_edit('rtSnippetAdmin/edit?id=' . $rt_snippet->getId());
    ?>
foreach ($rt_shop_categorys as $rt_shop_category) {
    ?>
    <tr class="rt-admin-tree rt-admin-tree-level-<?php 
    echo $rt_shop_category->level;
    ?>
">
      <td class="rt-admin-title"><a href="<?php 
    echo url_for('rtShopCategoryAdmin/edit?id=' . $rt_shop_category->getId());
    ?>
"><?php 
    echo $rt_shop_category->getTitle();
    ?>
</a></td>
      <td class="rt-admin-publish-toggle">
        <?php 
    echo rt_nice_boolean($rt_shop_category->getPublished());
    ?>
        <div style="display:none;"><?php 
    echo $rt_shop_category->getId();
    ?>
</div>
      </td>
      <td><?php 
    echo link_to_if($rt_shop_category->version > 1, $rt_shop_category->version, 'rtShopCategoryAdmin/versions?id=' . $rt_shop_category->getId());
    ?>
</td>
      <td><?php 
    echo $rt_shop_category->getCreatedAt();
    ?>
</td>
      <td>
    ?>
            <tr>
                <td><a href="<?php 
    echo url_for('rtSiteAdmin/edit?id=' . $k_site->getId());
    ?>
"><?php 
    echo $k_site->getDomain();
    ?>
</a></td>
                <td><?php 
    echo $k_site->getReferenceKey();
    ?>
</td>
                <td class="rt-admin-publish-toggle">
                    <?php 
    echo rt_nice_boolean($k_site->getPublished());
    ?>
                    <div style="display:none;"><?php 
    echo $k_site->getId();
    ?>
</div>
                </td>
                <td><?php 
    echo $k_site->getCreatedAt();
    ?>
</td>
                <td>
                    <ul class="rt-admin-tools">
                        <li><?php 
    echo rt_button_edit('rtSiteAdmin/edit?id=' . $k_site->getId());
    ?>
foreach ($rt_site_pages as $rt_site_page) {
    ?>
    <tr class="rt-admin-tree rt-admin-tree-level-<?php 
    echo $rt_site_page->level;
    ?>
">
      <td class="rt-admin-title"><a href="<?php 
    echo url_for('rtSitePageAdmin/edit?id=' . $rt_site_page->getId());
    ?>
"><?php 
    echo $rt_site_page->getTitle();
    ?>
</a></td>
      <td class="rt-admin-publish-toggle">
        <?php 
    echo rt_nice_boolean($rt_site_page->getPublished());
    ?>
        <div style="display:none;"><?php 
    echo $rt_site_page->getId();
    ?>
</div>
      </td>
      <td><?php 
    echo link_to_if($rt_site_page->version > 1, $rt_site_page->version, 'rtSitePageAdmin/versions?id=' . $rt_site_page->getId());
    ?>
</td>
      <td><?php 
    echo $rt_site_page->getCreatedAt();
    ?>
</td>
      <td>
    ?>
</td>
        <td><?php 
    echo date('d/m/Y', strtotime($user['u_date_of_birth']));
    ?>
</td>
        <td><?php 
    echo $user['u_username'];
    ?>
</td>
        <td><?php 
    echo rt_nice_boolean($user['u_is_active']);
    ?>
</td>
        <td><?php 
    echo rt_nice_boolean($user['u_is_super_admin']);
    ?>
</td>
        <td><?php 
    echo truncate_text($user['u_company'], 15);
    ?>
</td>
        <td><?php 
    echo truncate_text($user['u_url'], 15);
    ?>
</td>
        <td><?php 
    echo $user['u_last_login'];
    ?>
</td>
      </tr>
  </thead>
  <tbody>
    <?php 
foreach ($pager->getResults() as $rt_shop_product) {
    ?>
    <tr>
      <td><a href="<?php 
    echo url_for('rtShopProductAdmin/edit?id=' . $rt_shop_product->getId());
    ?>
"><?php 
    echo $rt_shop_product->getTitle();
    ?>
</a></td>
      <td class="rt-admin-publish-toggle">
        <?php 
    echo rt_nice_boolean($rt_shop_product->getPublished());
    ?>
        <div style="display:none;"><?php 
    echo $rt_shop_product->getId();
    ?>
</div>
      </td>
      <td><?php 
    echo link_to_if($rt_shop_product->version > 1, $rt_shop_product->version, 'rtShopProductAdmin/versions?id=' . $rt_shop_product->getId());
    ?>
</td>
      <td><?php 
    echo $rt_shop_product->getCreatedAt();
    ?>
</td>
      <td>
  </thead>
  <tbody>
    <?php 
foreach ($pager->getResults() as $rt_wiki_page) {
    ?>
    <tr>
      <td><a href="<?php 
    echo url_for('rtWikiPageAdmin/edit?id=' . $rt_wiki_page->getId());
    ?>
"><?php 
    echo $rt_wiki_page->getTitle();
    ?>
</a></td>
      <td class="rt-admin-publish-toggle">
        <?php 
    echo rt_nice_boolean($rt_wiki_page->getPublished());
    ?>
        <div style="display:none;"><?php 
    echo $rt_wiki_page->getId();
    ?>
</div>
      </td>
      <td><?php 
    echo link_to_if($rt_wiki_page->version > 1, $rt_wiki_page->version, 'rtWikiPageAdmin/versions?id=' . $rt_wiki_page->getId());
    ?>
</td>
      <td><?php 
    echo $rt_wiki_page->getCreatedAt();
    ?>
</td>
      <td>
  </thead>
  <tbody>
    <?php 
foreach ($pager->getResults() as $rt_blog_page) {
    ?>
    <tr>
      <td><a href="<?php 
    echo url_for('rtBlogPageAdmin/edit?id=' . $rt_blog_page->getId());
    ?>
"><?php 
    echo $rt_blog_page->getTitle();
    ?>
</a></td>
      <td class="rt-admin-publish-toggle">
        <?php 
    echo rt_nice_boolean($rt_blog_page->getPublished());
    ?>
        <div style="display:none;"><?php 
    echo $rt_blog_page->getId();
    ?>
</div>
      </td>
      <td><?php 
    echo link_to_if($rt_blog_page->version > 1, $rt_blog_page->version, 'rtBlogPageAdmin/versions?id=' . $rt_blog_page->getId());
    ?>
</td>
      <td><?php 
    echo $rt_blog_page->getCreatedAt();
    ?>
</td>
      <td>
    ?>
    <tr>
      <td><a href="<?php 
    echo url_for('rtGuardUserAdmin/edit?id=' . $sf_guard_user->getId());
    ?>
"><?php 
    echo $sf_guard_user;
    ?>
</a></td>
      <td><?php 
    echo $sf_guard_user->getEmailAddress();
    ?>
</td>
      <td class="rt-admin-publish-toggle">
        <?php 
    echo rt_nice_boolean($sf_guard_user->getIsActive());
    ?>
        <div style="display:none;"><?php 
    echo $sf_guard_user->getId();
    ?>
</div>
      </td>
      <td><?php 
    echo $sf_guard_user->getCreatedAt();
    ?>
</td>
      <td>
        <ul class="rt-admin-tools">
          <li><?php 
    echo rt_button_edit('rtGuardUserAdmin/edit?id=' . $sf_guard_user->getId());
    ?>