// Show enable/disable update buttons
$updater_options = monstroid_dashboard_updater()->get_options();
if ($updater_options['disable_auto_check']) {
    echo Monstroid_Dashboard_UI::enable_update_button();
} else {
    echo Monstroid_Dashboard_UI::disable_update_button();
}
?>
	</div>
	<h2><?php 
_e('Monstroid Updater', 'monstroid-dashboard');
?>
</h2>
	<?php 
echo Monstroid_Dashboard_UI::check_license_key();
?>
	<div class="md-updater-items">
		<?php 
echo Monstroid_Dashboard_UI::main_theme_box();
?>
		<?php 
monstroid_dashboard_packages()->show_packages_list();
?>
	</div>
	<div class="md-updater-footer">
		<?php 
echo Monstroid_Dashboard_UI::download_latest();
?>
	</div>
</div>
				</div>
				<div class="md-description_author">
					<?php 
printf(__('By %s', 'monstroid-dashboard'), '<a href="http://www.templatemonster.com/" target="_blank">TemplateMonster</a>');
?>
				</div>
				<div class="md-description_about">
					<?php 
$options_url = menu_page_url('cherry', false);
printf(__('Monstroid is powered by the latest %s that ensures easy and worry-free installation and customization. With over 30 inbuilt premium extensions, you can get any kind of functionality required for a specific project. Thanks to the brand new backup options, you can restore the theme any time you need.', 'monstroid-dashboard'), '<a href="' . $options_url . '">Cherry Framework 4</a>');
?>
				</div>
			</div>
		</div>
	</div>
	<div class="md-row">
		<div class="md-col_3">
			<div class="md-tips">
				<?php 
$monstroid_dashboard_tips->get_links();
?>
			</div>
		</div>
		<div class="md-col_5">
			<?php 
echo Monstroid_Dashboard_UI::backups_list();
?>
		</div>
	</div>
</div>
    if (true !== $filesystem_method) {
        printf('<div class="md-message md-warning">%s</div>', __('Please, set up filesystem credentials to allow automatic update', 'monstroid-dashboard'));
    }
    ?>
		<div class="md-misc-messages">
			<?php 
    _e('We will perform full backup prior updating your data', 'monstroid-dashboard');
    ?>
		</div>
		<?php 
}
?>
		<div class="md-update-messages"></div>
		<div class="md-update-log md-hidden"></div>
		<?php 
if (!monstroid_dashboard_updater()->force_has_update()) {
    ?>
			<?php 
    echo Monstroid_Dashboard_UI::check_update_button();
    ?>
			<?php 
    if (isset($_REQUEST['md_force_check_update'])) {
        echo monstroid_dashboard_updater()->check_update_messages();
    }
    ?>
		<?php 
}
?>
	</div>
</div>