</th>
            <td colspan="2"><?php 
        echo photoannotation::annotation_count($user->id);
        ?>
</td>
          </tr>
          <?php 
        if (module::is_active("comment")) {
            ?>
          <tr>
            <th style="width: 20%"><?php 
            echo t("Comments");
            ?>
</th>
            <td colspan="2"><?php 
            echo photoannotation::comment_count($user->id);
            ?>
</td>
          </tr>
          <?php 
        }
        ?>
        </tbody></table>
    </div>
  </div>
  <?php 
    }
    ?>
  <?php 
    echo $paginator;
    ?>