{% if current_person.signed_in? == false and current_school.sso_active? == false %}
{% else %}
{% include "header" %}
{% if current_person.signed_in? %}
{% assign new_person = true %}
{% for course in courses.enrolled %}
{% if course.started? %}
{% assign new_person = false %}
{% break %}
{% endif %}
{% endfor %}
{% if new_person %}
{% include 'homepage_banner_new_person' %}
{% include 'homepage_recommended' %}
{% include "homepage_generic_cards" %}
{% include "homepage_page_info" %}
{% include "opinions" %}
{% include 'homepage_faq' %}
{% else %}
{% include 'homepage_banner' %}
{% include 'homepage_latest_courses' %}
{% endif %}
{% else %}
{% assign banner_title = 'Pipedrive Learn
' %}
{% assign banner_text = 'Welcome to Pipedrive Learn! Here, you’ll find CRM training videos to help you learn CRM management and sales skills. Explore everything from in-depth sales, marketing and CRM courses to quick tutorials on specific CRM tools.
' %}
{% assign banner_button_text = 'Register now
' %}
{% assign banner_button_link = "#sso-widget" %}
{% include "green_banner_text" %}
{% include "homepage_generic_cards" %}
{% include "homepage_page_info" %}
{% include "opinions" %}
{% include 'homepage_faq' %}
{% endif %}
{% assign banner_title = 'How to get the most out of Pipedrive?
' %}
{% assign banner_text = 'Pipedrive CRM is overflowing with intelligent tools to improve your sales and marketing processes. Our CRM platform offers everything from marketing automation features to in-depth sales reports.
Seamlessly keep track of leads and potential customers with Pipedrive’s intuitive pipeline view. Get notified when your prospects are ready to close a deal so you can follow up at precisely the right time.
Centralize all your customer information under one roof and integrate it with your digital marketing tools. Add custom fields for contacts and separate them by industries to ensure you target the hottest leads.
Start using Pipedrive Learn today to make the most of your powerful CRM tool and keep the deals rolling in.
' %}
{% assign banner_button_text = 'Start today
' %}
{% assign banner_button_link = "#sso-widget" %}
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/example_alt_banner.png" %}
{% assign banner_image_alt = "Learn Pipedrive - CRM pipeline on the laptop" %}
{% include "green_banner_image_alt" %}
{% include "footer" %}
{% endif %}