<divclass=""><%=__("Are you sure you want to unstall %s?",addon['title'])%>
<pclass="text-danger">{:__('Delete all the addon file and cannot be recovered!')}</p>
{ifconfig('app_debug')}
<pclass="text-danger"><inputtype="checkbox"name="droptables"id="droptables"data-name="<%=addon['name']%>"/>{:__('Delete all the addon database and cannot be recovered!')}</p>
{/if}
<pclass="text-danger">{:__('Please backup important data manually before uninstall!')}</p>
html=tables.length>0?'<div class="alert alert-warning-light droptablestips" style="max-width:480px;max-height:300px;overflow-y: auto;">'+__('The following data tables will be deleted')+':<br>'+tables.join("<br>")+'</div>'
:'<div class="alert alert-warning-light droptablestips">'+__('The Addon did not create a data table')+'</div>';