}
    ?>
                    <tr>
                        <td class="first"><?php 
    echo $key + 1;
    ?>
</td>
                        <td class="td_title">
                            <span class="text_title"><?php 
    echo $item->title;
    ?>
</span>
                        </td>
                        <td class="td_file last">
                            <a href="<?php 
    echo ProTransactionsPropertyDocument::getLinkDownDocument($item);
    ?>
" target="_blank">
                            <?php 
    echo $item->file_name;
    ?>
                            </a>
                        </td>
                    </tr>
                <?php 
}
?>
            </tbody>
        </table>
    </div><!--  end  form-type content -->
</div><!--  end  box-1 space-3-->