{##
 # Restore snapshot
 #
 # @ListChild (list="upgrade.step.ready_to_install.create_backup.actions", weight="50")
 #}

{% if this.isCurrentSnapshotAvailable() %}
<div class="upgrade-note current-snapshot">
    <span class="current-snapshot-label">{{ t('Restores to current state of active addons (use in case of emergency)')|raw }}:</span>
    <div class="current-snapshot-link-block safe-mode-link">
      {{ widget('XLite\\View\\Button\\CopyLink', copy=this.getCurrentSnapshotURL()) }}
      {{ this.getCurrentSnapshotURL() }}
    </div>
</div>
{% endif %}
