
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

$total_templates = visual_composer()->templatesPanelEditor()->loadDefaultTemplates();
$templates_total_count = count( $total_templates );
?>
<?php if ( vc_user_access()->part( 'shortcodes' )->checkStateAny( true, 'custom', null )
		->get() && vc_user_access_check_shortcode_all( 'vc_row' ) && vc_user_access_check_shortcode_all( 'vc_column' ) ) :
	?>
	<div id="vc_no-content-helper" class="vc_welcome vc_ui-font-open-sans">
		<div class="vc_welcome-brand vc_welcome-visible-e">
			<img src="<?php echo vc_asset_url( 'vc/logo/wpb-logo.svg' ); ?>" alt="">
		</div>
		<div class="vc_welcome-header vc_welcome-visible-e">
			<?php _e( 'You have blank page <br> Start adding content or templates', 'js_composer' ) ?>
		</div>
		<div class="vc_ui-btn-group vc_welcome-visible-e">
			<?php
			if ( vc_user_access()->part( 'shortcodes' )->checkStateAny( true, 'custom', null )
					->get() && vc_user_access_check_shortcode_all( 'vc_row' ) && vc_user_access_check_shortcode_all( 'vc_column' ) ) :
				?>
			<a id="vc_no-content-add-element"
					class="vc_general vc_ui-button vc_ui-button-shape-rounded vc_ui-button-info vc_welcome-visible-e"
					title="<?php _e( 'Add Element', 'js_composer' ) ?>"
					data-vc-element="add-element-action" href="#">
				<i class="vc-composer-icon vc-c-icon-add_element"></i>
				<span><?php _e( 'Add element', 'js_composer' ) ?></span>
				</a><?php
			endif;
			if ( vc_user_access()->part( 'shortcodes' )->can( 'vc_column_text_all' )->get() ) : ?><a id="vc_no-content-add-text-block"
				class="vc_general vc_ui-button vc_ui-button-shape-rounded vc_ui-button-info"
				data-vc-element="add-text-block-action" href="#"
				title="<?php _e( 'Add text block', 'js_composer' ) ?>">
				<i class="vc-composer-icon vc-c-icon-text-block"></i>
				<span><?php _e( 'Add Text Block', 'js_composer' ) ?></span>
				</a><?php endif;
			if ( $templates_total_count > 0 && vc_user_access()->part( 'templates' )->can()->get() ) : ?><a id="vc_templates-more-layouts"
					class="vc_general vc_ui-button vc_ui-button-shape-rounded vc_ui-button-info" href="#">
				<i class="vc-composer-icon vc-c-icon-add_template"></i>
				<span><?php echo __( 'Add template', 'js_composer' ); ?></span>
				</a><?php endif; ?></div>
		<?php
		if ( vc_user_access()->part( 'shortcodes' )->checkStateAny( true, 'custom', null )
				->get() && vc_user_access_check_shortcode_all( 'vc_row' ) && vc_user_access_check_shortcode_all( 'vc_column' ) ) :
			?>
			<div class="vc_welcome-visible-ne">
				<a id="vc_not-empty-add-element" class="vc_add-element-not-empty-button"
						title="<?php _e( 'Add Element', 'js_composer' ) ?>" data-vc-element="add-element-action">
					<i class="vc-composer-icon vc-c-icon-add"></i>
				</a>
			</div>
		<?php endif; ?>
		<p class="vc_ui-help-block vc_welcome-visible-e">
			<?php
			$targetLink = '<a href="http://kb.wpbakery.com" target="_blank">' . __( 'knowledge base', 'js_composer' ) . '</a>';
			$targetText = __( 'Don\'t know where to start? Visit our %s.', 'js_composer' );
			$targetText = sprintf( $targetText, $targetLink );
			echo $targetText;
			?>
		</p>
	</div>
<?php endif; ?>
