{% extends 'wizard/slides/common/base.twig' %}

{% block slide_header_next_top %}{% endblock %}

{% block slide_body_middle %}

	{{ icwp_macros.slideTitle( 'Next Steps?' ) }}

	{% if data.mod_wizards_count > 1 %}
		<h5>All Wizards In This Module</h5>
		<ul>
		{% for wizard in data.mod_wizards %}
			<li><a href="{{ wizard.url }}">{{ wizard.title }}</a></li>
		{% endfor %}
		</ul>
	{% endif %}

	{% block slide_body_middle_gopro %}
		{% if not flags.is_premium %}
			<h5>Go Further With Pro :)</h5>
			<p class="description">We've added many advantages to the Pro version, and we've made it available for every budget
			   for just $1/month - the most affordable Security plugin available today!</p>
			<p class="description">With your support, we'll continue our work and bring you ever-more powerful security features.</p>
			<p class="description">This is what you get for going Pro:</p>
			<ul>
				<li>Simple (+automatic) options import/export between all your websites</li>
				<li>Vulnerability Scanner - daily scans/alerts for security vulnerabilities</li>
				<li>Exclusive customer support</li>
				<li>3rd-Party Plugin integration including WooCommerce, BuddyPress etc.</li>
				<li>Unlimited audit trail</li>
				<li>Invisible Google reCAPTCHA</li>
				<li>Customize visitor messages</li>
				<li>(coming soon) Mobile Push Notifications</li>
				<li>(coming soon) White Labelling</li>
				<li>(coming soon) Refined options for 2-Factor Authentication</li>
			</ul>
			<a href="{{ hrefs.gopro }}" target="_blank" class="btn btn-success shield-go-pro">Go Pro Today!</a>
		{% endif %}
	{% endblock %}

{% endblock %}

{% block slide_body_bottom %}
     <a href="{{ hrefs.dashboard }}" class="btn btn-primary btn-block button button-primary">Return To The {{ strings.plugin_name }} WordPress Dashboard &rarr;</a>
{% endblock %}

{% block slide_footer %}
{% endblock %}

{% block slide_header_next_bottom %}{% endblock %}