<li class="derived-asset-list-item">
    <div class="image-wrapper">
        <% if (mimeType === 'image/svg+xml') { %>
            <div style="background: url('<%- graphite.serverAPI.getDerivedDownloadURL(guid, name) %>') center center no-repeat; background-size: contain;"></div>
        <% } else { %>
            <div style="background: url('<%- graphite.serverAPI.getDerivedRenditionURL(guid) %>') center center no-repeat; background-size: contain;"></div>
        <% } %>
    </div>
    <span class="asset-label" title="<%-name%>"> <%-name%> </span>
    <div class="del-button" title='<%-translate("DELETE_ASSET")%>'></div>
    <div class="settings-button" title='<%-translate("Update extraction parameters")%>'></div>
    <div class="download-button" title='<%-translate("Download asset")%>'></div>
</li>
