Current File : //usr/local/jetapps/var/www/jetbackup5/docroot/app/views/accountBackupsUnlockSummary.htm
<div class="row">
    <div class="col-md-12">
        <h2>{{lang.t("Snapshots To Unlock")}}</h2>
        <div class="row">
            <div class="col-md-4" ng-repeat="(id, created) in list_checked_parents">
                <div style="padding: 10px; margin-bottom: 15px; border: 1px solid #ddd;">
                    <h5 style="margin-bottom: 0; font-size: 14px; font-weight: bold;">{{lang.d(created)}}</h5>
                    <div><a href="" ng-click="removeSnapshot(id)" style="color: #cc0000"><span class="fas fa-times"></span> {{lang.t("Remove snapshot")}}</a></div>
                </div>
            </div>
        </div>
    </div>
</div>