<?php
/**
* Template item
*/
?>
<# var activeTab = window.JetThemeCoreData.tabs[ type ]; #>
<div class="elementor-template-library-template-body">
<# if ( 'jet-local' !== source ) { #>
<div class="elementor-template-library-template-screenshot">
<# if ( 'jet-local' !== source ) { #>
<div class="elementor-template-library-template-preview">
<i class="fa fa-search-plus"></i>
</div>
<# } #>
<img src="{{ thumbnail }}" alt="">
</div>
<# } #>
</div>
<div class="elementor-template-library-template-controls">
<# if ( 'jet-local' === source || window.JetThemeCoreData.license.activated ) { #>
<button class="elementor-template-library-template-action jet-template-library-template-insert elementor-button elementor-button-success">
<i class="eicon-file-download"></i>
<span class="elementor-button-title"><?php esc_html_e( 'Insert', 'jet-theme-core' ); ?></span>
</button>
<# } else if ( 'jet-local' !== source ) { #>
{{{ window.JetThemeCoreData.license.link }}}
<# } #>
<# if ( 'jet-local' !== source && window.JetThemeCoreData.license.activated ) { #>
<button class="jet-clone-to-library">
<i class="fa fa-files-o" aria-hidden="true"></i>
<?php esc_html_e( 'Clone to Library', 'jet-theme-core' ); ?>
</button>
<# } #>
</div>
<# if ( 'jet-local' === source || true == activeTab.settings.show_title ) { #>
<div class="elementor-template-library-template-name">{{{ title }}}</div>
<# } else { #>
<div class="elementor-template-library-template-name-holder"></div>
<# } #>
<# if ( 'jet-local' === source ) { #>
<div class="elementor-template-library-template-type">
<?php esc_html_e( 'Type:', 'jet-theme-core' ); ?> {{{ typeLabel }}}
</div>
<# } #>