<% if $UnsuccessfulFiles %>

<%t SilverStripe\CMS\Controllers\ContentController.UnableDeleteInstall "Unable to delete installation files. Please delete the files below manually" %>:

<% else %>

<%t SilverStripe\CMS\Controllers\ContentController.InstallFilesDeleted "Installation files have been successfully deleted." %>

<%t SilverStripe\CMS\Controllers\ContentController.StartEditing 'You can start editing your content by opening the CMS.' link="admin/" %>
    <%t SilverStripe\CMS\Controllers\ContentController.Email "Email" %>: $Username
    <%t SilverStripe\CMS\Controllers\ContentController.Password "Password" %>: $Password

<% end_if %>