<div class="assets-content">
    <button class="btn btn-primary" id="extract_for_device"><%=translate('Extract For Devices...')%></button>
    <button class="topcoat-button" id="show_files" disabled><%=translate('Show Files')%></button>
    <div class="extraction-in-progress">
        <div class="extraction-spinner"></div>
        <div class="msg"><%=translate('New assets are being extracted and optimized in the background.')%></div>
    </div>
    <div class="extraction-complete">
        <div class="close-button">×</div>
        <div class="icon"></div>
        <div class="msg"><%=translate('The HiDPI assets will be on your computer shortly if you have Creative Cloud Sync enabled or click on <span class="show-files">Show Files</span> to view them.')%></div>
    </div>
    <ul class="derived-assets-list"></ul>
</div>
