<?php
/**
 * Template for the case of nothing selected on the Toolset Elementor widgets.
 *
 * @since 3.0.4
 */
?>
<div class="toolset-page-builder-modules-elementor-view-widget-no-view-selected">
	<p><?php esc_html_e( sprintf( __( 'Select a %s on the widget settings to load its preview here.', 'wpv-views' ), $context['element_type'] ) ); ?></p>
</div>