</th>
                            <th scope="col" class="manage-column"><?php 
_e("Download Invoice", "templatemerge");
?>
</th>
                            <th scope="col" class="manage-column"><?php 
_e("Action", "templatemerge");
?>
</th>
                        </tr>
                        </tr>
                    </tfoot>

                    <tbody class="list:user user-list">
                        <?php 
$docs = TemplateData::get_doc_entries($form_id, $name, $email, $file_id, $paging);
if (is_array($docs) && sizeof($docs) > 0) {
    $i = 0;
    foreach ($docs as $doc) {
        ?>
                                <tr class='author-self status-inherit' valign="top">
                                    
                                    <td class="check-column" style="width:5%;text-align:center"><?php 
        echo ++$i;
        ?>
</td>
                                    <td class="column-date" style="font-weight:bold;color:#3D8CFF;font-size:14px">
                                        <?php 
        echo $doc["name"];
        ?>
                                    </td>
    _e("Download Letter", "templatemerge");
    ?>
</th>
        <th scope="col" class=""><?php 
    _e("Download Invoice", "templatemerge");
    ?>
</th>
        <!--<th scope="col" class="manage-column"><?php 
    //_e("Action", "templatemerge")
    ?>
</th> --> 
      </tr>
    </thead>
    <tbody class="">
      <?php 
    $docs = TemplateData::get_doc_entries($form_id, $name, $email, $file_id, $paging, $current_user_id);
    // print_r($forms);
    if (is_array($docs) && sizeof($docs) > 0) {
        $i = 0;
        foreach ($docs as $doc) {
            ?>
      <tr class='' valign="top">
        <td class="" ><?php 
            echo ++$i;
            ?>
</td>
        <td class="" ><?php 
            echo date('m/d/Y', strtotime($doc["datetime"]));
            ?>
</td>
        <td class="" ><?php