+ {% t.description %}
+ Añadir una foto añade un toque personal a tu perfil. Tu foto de perfil se utiliza como icono para tu cuenta para representarte. También se muestra en varios otros lugares junto a tu nombre.
+ Ajouter une photo ajoute un toucher personnel à votre profil. Votre photo de profil est utilisée comme icône pour votre compte pour vous représenter. Elle est également affichée dans divers autres endroits à côté de votre nom.
+ Eine Fotobild fügt Ihrem Profil eine persönliche Note hinzu. Ihr Profilbild wird als Symbol für Ihr Konto verwendet, um Sie zu repräsentieren. Es wird auch in verschiedenen anderen Orten neben Ihrem Namen angezeigt.
+ Adding a photo adds a personal touch to your profile. Your profile picture is used as the icon for your account to represent you. It is also displayed in various other places next to your name.
+ Een foto toevoegen maakt je profiel persoonlijker. Je profielfoto wordt gebruikt als icoon voor je account om je te representeren. Het wordt ook in verschillende andere plaatsen naast je naam getoond.
+ Adicionar uma foto adiciona um toque pessoal ao seu perfil. Sua foto de perfil é usada como ícone para sua conta para representá-lo. Também é exibido em vários outros lugares ao lado do seu nome.
+
+
+ {% t.requirements %}
+
+ Para obtener los mejores resultados, el tamaño de tu foto de perfil debe ser de al menos 400x400 píxeles y un tamaño máximo de 2MB. El formato del archivo debe ser PNG, JPG o GIF.
+ Pour obtenir les meilleurs résultats, la taille de votre photo de profil doit être d'au moins 400x400 pixels, et une taille maximale de 2MB. Le format du fichier doit être PNG, JPG ou GIF.
+ Für die besten Ergebnisse sollte die Größe Ihrer Profilbild 400x400 Pixel oder größer sein und eine maximale Größe von 2MB haben. Das Dateiformat sollte PNG, JPG oder GIF sein.
+ For the best results, your profile picture size should be at least 400x400 pixels, and a max size of 2MB. The file format should be PNG, JPG or GIF.
+ Voor de beste resultaten moet de grootte van uw profielfoto minimaal 400x400 pixels zijn, en een maximale grootte van 2MB. Het bestandsformaat moet PNG, JPG of GIF zijn.
+ Para obter os melhores resultados, o tamanho da sua foto de perfil deve ser de pelo menos 400x400 pixels e um tamanho máximo de 2MB. O formato do arquivo deve ser PNG, JPG ou GIF.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_account_desktop_view.html.liquid
new file mode 100644
index 00000000..b62f0b13
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_account_desktop_view.html.liquid
@@ -0,0 +1,36 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_account_form.html.liquid b/Custom_Templates/customer_templates/Nintex University/_account_form.html.liquid
new file mode 100644
index 00000000..b05e7012
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_account_form.html.liquid
@@ -0,0 +1,181 @@
+
+ {% if course.properties.duration and course.properties.duration != "0 minutes" %}
+
+
+ {{ course.properties.duration }}
+
+ {% endif %}
+ {% if course.properties.certification == 'Yes' and course.properties.npcu > 0 %}
+
+
+ NPCU:
+ {{ course.properties.npcu }}
+
+ {% endif %}
+ {% if course.properties.skill_level and course.properties.skill_level != "None" %}
+
+ {{ course.properties.skill_level }}
+
+ {% endif %}
+
+
+ {% if progress > 0 and progress < 100 %}
+
+ In progress
+
+
+ Progreso
+
+
+ En cours
+
+
+ In Bearbeitung
+
+
+ In progress
+
+
+ In progress
+
+
+ Em progresso
+
+ {% endif %}
+ {% if progress == 0 %}
+
+ Not started
+
+
+ Progreso
+
+
+ Non commencé
+
+
+ Nicht begonnen
+
+
+ Not started
+
+
+ Niet begonnen
+
+
+ Não iniciado
+
+ {% endif %}
+ {% if progress == 100 %}
+
+ Completed
+
+
+ Completado
+
+
+ Terminé
+
+
+ Abgeschlossen
+
+
+ Completed
+
+
+ Voltooid
+
+
+ Completo
+
+ {% endif %}
+
+
+ {{ course.name }}
+
+
+ {{ course.short_description }}
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Nintex University/_cards_learning_path.html.liquid
new file mode 100644
index 00000000..1636dc54
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_cards_learning_path.html.liquid
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
{% t shared.learning_path.title %}
+
+ {{ learning_path.items.count }} {% t .items %}
+
+
+
+
{% t shared.learning_path.title %}
+
+
+
+
+
+ {{ learning_path.name }}
+
+
+
+ {{ learning_path.instructor_names }}
+
+
+
+ {{ learning_path.description }}
+
+
+
+ {% t shared.progress, count: learning_path.progress %}
+
+ {% if progress > 0 and progress < 100 %}
+
+ In progress
+
+
+ Progreso
+
+
+ En cours
+
+
+ In Bearbeitung
+
+
+ In progress
+
+
+ In progress
+
+
+ Em progresso
+
+ {% endif %}
+ {% if progress == 0 %}
+
+ Not started
+
+
+ Progreso
+
+
+ Non commencé
+
+
+ Nicht begonnen
+
+
+ Not started
+
+
+ Niet begonnen
+
+
+ Não iniciado
+
+ {% endif %}
+ {% if progress == 100 %}
+
+ Completed
+
+
+ Completado
+
+
+ Terminé
+
+
+ Abgeschlossen
+
+
+ Completed
+
+
+ Voltooid
+
+
+ Completo
+
+ {% endif %}
+
+
+ {{ learning_path.name }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Nintex University/_cards_training_event.html.liquid
new file mode 100644
index 00000000..be152ff7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_cards_training_event.html.liquid
@@ -0,0 +1,53 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_description.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_description.html.liquid
new file mode 100644
index 00000000..63a9c9d8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_course_description.html.liquid
@@ -0,0 +1,18 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_desktop_view.html.liquid
new file mode 100644
index 00000000..e16fee16
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_course_desktop_view.html.liquid
@@ -0,0 +1,40 @@
+
+
+ {% include "course_header" %}
+
+
+
+
+
+ {% include "course_description" %}
+
+ {% if course.categories.any? %}
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_header.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_header.html.liquid
new file mode 100644
index 00000000..b7aa618d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_course_header.html.liquid
@@ -0,0 +1,23 @@
+
+ {{ current_school.course_vocabulary }}
+ Curso
+ Cours
+ Kurs
+ Course
+ Cours
+ Curso
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_instructors.html.liquid
new file mode 100644
index 00000000..ae3ac8bc
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_course_instructors.html.liquid
@@ -0,0 +1,27 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_mobile_view.html.liquid
new file mode 100644
index 00000000..7f31ff35
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_course_mobile_view.html.liquid
@@ -0,0 +1,40 @@
+
+ {% include "course_header" %}
+
+ {% include "course_progress_and_cta" %}
+
+
+
+{% if course.progress == 0 %}
+
+ {% include "course_description" %}
+
+
+ {% include "course_outline" %}
+
+{% else %}
+
+ {% include "course_outline" %}
+
+
+ {% include "course_description" %}
+
+{% endif %}
+
+{% if course.categories.any? %}
+
+ {% include "course_categories" %}
+
+{% endif %}
+
+{% if course.instructors.any? %}
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_product_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_product_desktop_view.html.liquid
new file mode 100644
index 00000000..ae8d50de
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_course_product_desktop_view.html.liquid
@@ -0,0 +1,41 @@
+
+
+ {% include "course_header" %}
+
+
+
+
+
+ {% include "course_description" %}
+
+ {% if course.categories.any? %}
+
+ {% t.header %}
+
+ Progreso del Curso
+
+ Progression du Cours
+
+ Kurs-Fortschritt
+ Course Progress
+
+ Cursus-voortgang
+ Progresso do Curso
+
+
+
+
+
+
+ {% if course.completed? %}
+ Completed
+ Completado
+ Terminé
+ Abgeschlossen
+ Completed
+ Voltooid
+ Completo
+ {% elsif course.enrolled? %}
+ In Progress
+ En Progreso
+ En Cours
+ In Bearbeitung
+ In Progress
+ In Progress
+ Em Progresso
+ {% else %}
+ {% t shared.progress
+ , count: course.progress %}
+ No iniciado
+ Non commencé
+ Fortschritt
+ Not started
+ Niet begonnen
+ Não iniciado
+ {% endif %}
+
+ {% include "product_expiration_date"
+ , date: course.expiration_date %}
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_alert.html.liquid
new file mode 100644
index 00000000..03e245ab
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_course_version_outdated_alert.html.liquid
@@ -0,0 +1,7 @@
+{% if courses.include_courses_to_restart? %}
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Nintex University/_courses_catalog.html.liquid
new file mode 100644
index 00000000..e386b8bc
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_courses_catalog.html.liquid
@@ -0,0 +1,56 @@
+{% assign is_partner = false %}
+{% for group in current_person.groups %}
+ {% if group.name == "All Partners" %}
+ {% assign is_partner = true %}
+ {% endif %}
+{% endfor %}
+
+{% if courses.in_catalog.any? %}
+
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% if category.name contains "Nintex Partner Sales" and is_partner == false %}
+ {% continue %}
+ {% endif %}
+ {% endfor %}
+
+
+ {% include "cards_course_nintex" with course %}
+
+ {% endfor %}
+
+
+
+
+ No courses found
+
+
+ No se encontraron cursos
+
+
+ Aucun cours trouvé
+
+
+ Keine Kurse gefunden
+
+
+ No courses found
+
+
+ Geen cursussen gevonden
+
+
+ Nenhum curso encontrado
+
+
+
+
+{% else %}
+ {% capture message %}
+ {% t shared.zero_state.courses.catalog,
+ key: current_school.course_vocabulary
+ %}
+ {% endcapture %}
+ {% include "courses_zero_state"
+ , message: message %}
+{% endif %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_courses_index.html.liquid b/Custom_Templates/customer_templates/Nintex University/_courses_index.html.liquid
new file mode 100644
index 00000000..7f252cf3
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_courses_index.html.liquid
@@ -0,0 +1,70 @@
+{% assign is_partner = false %}
+{% assign filter_partners = false %}
+{% for group in current_person.groups %}
+ {% if group.name == "All Partners" %}
+ {% assign is_partner = true %}
+ {% endif %}
+{% endfor %}
+
+{% if filter_partners == false %}
+ {% assign is_partner = true %}
+{% endif %}
+
+{% if courses.enrolled.any? %}
+
+
+
+ {% for course in courses.enrolled %}
+ {% for category in course.categories %}
+ {% if category.name contains "Nintex Partner Sales" and is_partner == false %}
+ {% continue %}
+ {% endif %}
+ {% endfor %}
+
+
+ {% include "cards_course_nintex" with course %}
+
+ {% endfor %}
+
+
+
+
+
+
+ No courses found
+
+
+ No se encontraron cursos
+
+
+ Aucun cours trouvé
+
+
+ Keine Kurse gefunden
+
+
+ No courses found
+
+
+ Geen cursussen gevonden
+
+
+ Nenhum curso encontrado
+
+
+{% endif %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Nintex University/_courses_zero_state.html.liquid
new file mode 100644
index 00000000..324df98c
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_courses_zero_state.html.liquid
@@ -0,0 +1,6 @@
+
+
+ {{ message }}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_customer_testimonia.html.liquid b/Custom_Templates/customer_templates/Nintex University/_customer_testimonia.html.liquid
new file mode 100644
index 00000000..7de59886
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_customer_testimonia.html.liquid
@@ -0,0 +1,13 @@
+
+
+
+
+
+ {{ name }}
+
+
+ {{ contents }}
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_customer_testimonials.html.liquid b/Custom_Templates/customer_templates/Nintex University/_customer_testimonials.html.liquid
new file mode 100644
index 00000000..751fef74
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_customer_testimonials.html.liquid
@@ -0,0 +1,36 @@
+
+
+
+ Customer Testimonials
+ Testimonios de clientes
+ Témoignages de clients
+ Kundenbewertungen
+ Customer Testimonials
+ Klantenbeoordelingen
+ Testemunhos de clientes
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+ {% include "customer_testimonia"
+ , name: "John Doe"
+ , imageUrl: "https://placehold.co/1000x400"
+ , contents: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." %}
+ {% include "customer_testimonia"
+ , name: "John Doe"
+ , imageUrl: "https://placehold.co/600x400"
+ , contents: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." %}
+ {% include "customer_testimonia"
+ , name: "John Doe"
+ , imageUrl: "https://placehold.co/600x400"
+ , contents: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." %}
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
{% endcomment %}
+
+
+
+ {% include "faq_card"
+ , question_en: "How do I find courses that fit my role?"
+ , question_es: "How do I find courses that fit my role?"
+ , question_fr: "How do I find courses that fit my role?"
+ , question_de: "How do I find courses that fit my role?"
+ , question_en_GB: "How do I find courses that fit my role?"
+ , question_nl: "How do I find courses that fit my role?"
+ , question_pt_BR: "How do I find courses that fit my role?"
+ , answer_en: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs."
+ , answer_es: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs."
+ , answer_fr: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs."
+ , answer_de: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs."
+ , answer_en_GB: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs."
+ , answer_nl: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs."
+ , answer_pt_BR: "Use the filters in the Catalog to search by product, skill level, or course type. This makes it easy to discover content tailored to your needs." %}
+ {% include "faq_card"
+ , question_en: "Where can I see my progress?"
+ , question_es: "Where can I see my progress?"
+ , question_fr: "Where can I see my progress?"
+ , question_de: "Where can I see my progress?"
+ , question_en_GB: "Where can I see my progress?"
+ , question_nl: "Where can I see my progress?"
+ , question_pt_BR: "Where can I see my progress?"
+ , answer_en: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed."
+ , answer_es: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed."
+ , answer_fr: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed."
+ , answer_de: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed."
+ , answer_en_GB: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed."
+ , answer_nl: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed."
+ , answer_pt_BR: "Your Dashboard tracks all your enrolled courses, learning paths, and certifications. You will also see a progress circle to show how much you have completed." %}
+ {% include "faq_card"
+ , question_en: "What is a Learning Path?"
+ , question_es: "What is a Learning Path?"
+ , question_fr: "What is a Learning Path?"
+ , question_de: "What is a Learning Path?"
+ , question_en_GB: "What is a Learning Path?"
+ , question_nl: "What is a Learning Path?"
+ , question_pt_BR: "What is a Learning Path?"
+ , answer_en: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning."
+ , answer_es: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning."
+ , answer_fr: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning."
+ , answer_de: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning."
+ , answer_en_GB: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning."
+ , answer_nl: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning."
+ , answer_pt_BR: "A Learning Path is a curated series of courses that build on each other to help you master a topic or skill. It is your guided roadmap for structured, step-by-step learning." %}
+
+
+ {% include "faq_card"
+ , question_en: "Where do I find the courses I am enrolled in?"
+ , question_es: "Where do I find the courses I am enrolled in?"
+ , question_fr: "Where do I find the courses I am enrolled in?"
+ , question_de: "Where do I find the courses I am enrolled in?"
+ , question_en_GB: "Where do I find the courses I am enrolled in?"
+ , question_nl: "Where do I find the courses I am enrolled in?"
+ , question_pt_BR: "Where do I find the courses I am enrolled in?"
+ , answer_en: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster."
+ , answer_es: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster."
+ , answer_fr: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster."
+ , answer_de: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster."
+ , answer_en_GB: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster."
+ , answer_nl: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster."
+ , answer_pt_BR: "Your enrolled courses, learning paths, and certifications appear directly on your Dashboard after you log in. You can use the filters or search bar to find what you need faster." %}
+ {% include "faq_card"
+ , question_en: "Can I resume a course where I left off?"
+ , question_es: "Can I resume a course where I left off?"
+ , question_fr: "Can I resume a course where I left off?"
+ , question_de: "Can I resume a course where I left off?"
+ , question_en_GB: "Can I resume a course where I left off?"
+ , question_nl: "Can I resume a course where I left off?"
+ , question_pt_BR: "Can I resume a course where I left off?"
+ , answer_en: "Yes! The system saves your progress automatically, so you can pick up right where you left off."
+ , answer_es: "Yes! The system saves your progress automatically, so you can pick up right where you left off."
+ , answer_fr: "Yes! The system saves your progress automatically, so you can pick up right where you left off."
+ , answer_de: "Yes! The system saves your progress automatically, so you can pick up right where you left off."
+ , answer_en_GB: "Yes! The system saves your progress automatically, so you can pick up right where you left off."
+ , answer_nl: "Yes! The system saves your progress automatically, so you can pick up right where you left off."
+ , answer_pt_BR: "Yes! The system saves your progress automatically, so you can pick up right where you left off." %}
+ {% include "faq_card"
+ , question_en: "How do I get support if I have issues?"
+ , question_es: "How do I get support if I have issues?"
+ , question_fr: "How do I get support if I have issues?"
+ , question_de: "How do I get support if I have issues?"
+ , question_en_GB: "How do I get support if I have issues?"
+ , question_nl: "How do I get support if I have issues?"
+ , question_pt_BR: "How do I get support if I have issues?"
+ , answer_en: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer."
+ , answer_es: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer."
+ , answer_fr: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer."
+ , answer_de: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer."
+ , answer_en_GB: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer."
+ , answer_nl: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer."
+ , answer_pt_BR: "If you happen to have an issue or can't find what you are looking for, you can easily contact us by clicking on the email address in the site footer." %}
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_homepage_paths.html.liquid b/Custom_Templates/customer_templates/Nintex University/_homepage_paths.html.liquid
new file mode 100644
index 00000000..4ccc33fd
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_homepage_paths.html.liquid
@@ -0,0 +1,117 @@
+
+
+{% if learning_paths.available.any? %}
+ {% assign paths_shown = 0 %}
+ {% assign paths_to_show = 6 %}
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
{% endcomment %}
+
+
+
+
+
+
+
+
+ {% for learning_path in learning_paths.available %}
+
+ {% include "cards_learning_path_nintex" with learning_path %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_course.html.liquid
new file mode 100644
index 00000000..f8252591
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_course.html.liquid
@@ -0,0 +1,77 @@
+{% if learning_path.enrolled? and course.unlocked? %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_content.html.liquid
new file mode 100644
index 00000000..e9ca85d9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_learning_path_desktop_content.html.liquid
@@ -0,0 +1,21 @@
+
+
+
+
+
+ {% include "learning_path_description" %}
+ {% include "learning_path_instructors" %}
+
+
+
+
+
+ {% include "learning_path_progress_and_cta" %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Nintex University/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Nintex University/_learning_paths_index.html.liquid
new file mode 100644
index 00000000..471bf148
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_learning_paths_index.html.liquid
@@ -0,0 +1,65 @@
+{% assign is_partner = false %}
+{% assign filter_partners = false %}
+{% for group in current_person.groups %}
+ {% if group.name == "All Partners" %}
+ {% assign is_partner = true %}
+ {% endif %}
+{% endfor %}
+
+{% if filter_partners == false %}
+ {% assign is_partner = true %}
+{% endif %}
+
+{% if items.any? %}
+
+
+
+ {% for learning_path in items %}
+ {% for category in learning_path.categories %}
+ {% if category.name contains "Nintex Partner Sales" and is_partner == false %}
+ {% continue %}
+ {% endif %}
+ {% endfor %}
+
+
+ {% include "cards_learning_path_nintex" with learning_path %}
+
+ {% endfor %}
+
+
+
+
+
+
+ No learning paths found
+
+
+ No se encontraron rutas de aprendizaje
+
+
+ Aucun parcours trouvé
+
+
+ Keine Lernpfade gefunden
+
+
+ No learning paths found
+
+
+ Geen leerpaden gevonden
+
+
+ Nenhum caminho de aprendizagem encontrado
+
+
+
+
+
+{% else %}
+
+
+ {% t.empty %}
+
+
+
+{% endif %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_meet_the_team.html.liquid b/Custom_Templates/customer_templates/Nintex University/_meet_the_team.html.liquid
new file mode 100644
index 00000000..c00ca0e8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_meet_the_team.html.liquid
@@ -0,0 +1,141 @@
+
+
+
+ Meet the Team
+ Meet the Team
+ Meet the Team
+ Meet the Team
+ Meet the Team
+ Meet the Team
+ Meet the Team
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+ What's New
+ Qué hay de nuevo
+ Quoi de neuf
+ Was ist neu
+ What's New
+ Wat is nieuw
+ O que há de novo
+
+ {% comment %}
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_progress_circle.html.liquid b/Custom_Templates/customer_templates/Nintex University/_progress_circle.html.liquid
new file mode 100644
index 00000000..a08d7060
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_progress_circle.html.liquid
@@ -0,0 +1,145 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_recommended_learning_paths.html.liquid b/Custom_Templates/customer_templates/Nintex University/_recommended_learning_paths.html.liquid
new file mode 100644
index 00000000..0a38cf9d
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_recommended_learning_paths.html.liquid
@@ -0,0 +1,36 @@
+
+
+
Recommended Learning Paths
+
Follow structured learning paths designed to take you from beginner to expert in your area
+
+
+
+ {% for learning_path in learning_paths.enrolled %}
+ {% include 'cards_learning_path' %}
+ {% endfor %}
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_search_result.html.liquid b/Custom_Templates/customer_templates/Nintex University/_search_result.html.liquid
new file mode 100644
index 00000000..5c2a4991
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_search_result.html.liquid
@@ -0,0 +1,19 @@
+
diff --git a/Custom_Templates/customer_templates/Nintex University/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Nintex University/_sub_navigation.html.liquid
new file mode 100644
index 00000000..85f9e4d2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_sub_navigation.html.liquid
@@ -0,0 +1,105 @@
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_team_member_card.html.liquid b/Custom_Templates/customer_templates/Nintex University/_team_member_card.html.liquid
new file mode 100644
index 00000000..9992adc5
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_team_member_card.html.liquid
@@ -0,0 +1,11 @@
+
+
+
+
+ {{ name }}
+
+
+ {{ title }}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_event_desktop_view.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_event_desktop_view.html.liquid
new file mode 100644
index 00000000..76ac434a
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_training_event_desktop_view.html.liquid
@@ -0,0 +1,42 @@
+
+ {% include "training_session_header" %}
+
+
+
+
+
+
+ {% include "training_session_status" %}
+ {% include "training_session_date" %}
+
+
+ {% include "training_session_details" %}
+
+
+
+
+ {% include "training_session_description" %}
+
+
+
+
+
+
+ {% t shared.more_sessions %}
+
+ {% if training_event.sessions.size > 1 %}
+ {% include "training_session_more_sessions" %}
+ {% else %}
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Nintex University/_training_session_calendars.html.liquid
new file mode 100644
index 00000000..6c758b73
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/_training_session_calendars.html.liquid
@@ -0,0 +1,52 @@
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/catalog.html.liquid b/Custom_Templates/customer_templates/Nintex University/catalog.html.liquid
new file mode 100644
index 00000000..822cb833
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/catalog.html.liquid
@@ -0,0 +1,419 @@
+{% include "header"
+ , color: "var(--nintex--color--deep-purple)"
+ , text_color: "white"
+ , text_en_US: catalog.headline
+ , text_es: "Catálogo de cursos"
+ , text_fr: "Catalogue de cours"
+ , text_de: "Kurskatalog"
+ , text_en_GB: "Course Catalog"
+ , text_nl: "Curriculum"
+ , text_pt_BR: "Catálogo de cursos"
+ , subtitle_en_US: catalog.subheadline
+ , subtitle_es: "Grandes cursos desde la comodidad de su casa o oficina."
+ , subtitle_fr: "Grandes cours depuis la commodité de votre maison ou bureau."
+ , subtitle_de: "Große Kurse von der Komfort deines Hauses oder Büros."
+ , subtitle_en_GB: "Great courses from the comfort of your home or office."
+ , subtitle_nl: "Geweldige cursussen vanuit het gemak van uw huis of kantoor."
+ , subtitle_pt_BR: "Grandes cursos desde la comodidad de su casa o oficina."
+ , button_text_en_US: ""
+ , button_text_es: ""
+ , button_text_fr: ""
+ , button_text_de: ""
+ , button_text_en_GB: ""
+ , button_text_nl: ""
+ , button_text_pt_BR: ""
+ , button_link: "" %}
+{% include "sub_navigation" %}
+
+{% assign is_partner = false %}
+{% for group in current_person.groups %}
+ {% if group.name == "All Partners" %}
+ {% assign is_partner = true %}
+ {% endif %}
+{% endfor %}
+
+
+
+
+
+
+ Course catalog
+ Catálogo de cursos
+ Catalogue de cours
+ Kurskatalog
+ Course catalog
+ Curriculum
+ Catálogo de cursos
+
+ {% comment %}
+ {{ catalog.subheadline }}
+ Grandes cursos desde la comodidad de su casa o oficina.
+ Grandes cours depuis la commodité de votre maison ou bureau.
+ Große Kurse von der Komfort deines Hauses oder Büros.
+ Great courses from the comfort of your home or office.
+ Geweldige cursussen vanuit het gemak van uw huis of kantoor.
+ Grandes cursos desde la comodidad de su casa o oficina. {% endcomment %}
+
+ {% t.upcoming_events %}
+ Próximos Eventos
+ Événements à venir
+ Ereignisse in der Zukunft
+ Upcoming Events
+ Aankomende evenementen
+ Eventos futuros
+
+ {% include "calendar" %}
+
+
+ {% endif %}
+
+ {% if current_school.properties.show_meet_the_team == true %}
+ {% include "meet_the_team" %}
+ {% endif %}
+
+
+
+
+
+
+{% include "footer" %}
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Nintex University/forgot_password.html.liquid b/Custom_Templates/customer_templates/Nintex University/forgot_password.html.liquid
new file mode 100644
index 00000000..3d65513f
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/forgot_password.html.liquid
@@ -0,0 +1,25 @@
+
+
+ {% include "header_minimal" %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Nintex University/homepage.html.liquid b/Custom_Templates/customer_templates/Nintex University/homepage.html.liquid
new file mode 100644
index 00000000..ad1b6bab
--- /dev/null
+++ b/Custom_Templates/customer_templates/Nintex University/homepage.html.liquid
@@ -0,0 +1,137 @@
+{% include "header"
+ , color: "var(--nintex--color--deep-purple)"
+ , text_color: "white"
+ , text_en_US: homepage.headline
+ , text_es: "Bienvenido a Nintex University"
+ , text_fr: "Bienvenue à Nintex University"
+ , text_de: "Willkommen bei Nintex University"
+ , text_en_GB: "Welcome to Nintex University"
+ , text_nl: "Welkom bij Nintex University"
+ , text_pt_BR: "Bem-vindo ao Nintex University"
+ , subtitle_en_US: homepage.subheadline
+ , subtitle_es: "Explora cursos adaptados, rutas de aprendizaje guiadas y exámenes de certificación diseñados para ayudarte a embarcarte rápidamente y dominar la plataforma Nintex con confianza."
+ , subtitle_fr: "Explorez des cours adaptés, des parcours d'apprentissage guidés et des examens de certification conçus pour vous aider à embarquer rapidement et maîtriser la plateforme Nintex avec confiance."
+ , subtitle_de: "Explore tailored courses, guided learning paths, and certification exams designed to help you onboard quickly and master the Nintex platform with confidence."
+ , subtitle_en_GB: "Explore tailored courses, guided learning paths, and certification exams designed to help you onboard quickly and master the Nintex platform with confidence."
+ , subtitle_nl: "Ontdek aangepaste cursussen, geleide leerpaden en certificeringsexamens ontworpen om je snel aan boord te helpen en de Nintex-platform met vertrouwen te beheersen."
+ , subtitle_pt_BR: "Explore cursos adaptados, caminhos de aprendizagem guiados e exames de certificação projetados para ajudar você a embarcar rapidamente e dominar a plataforma Nintex com confiança."
+ , button_text_en_US: 'Learn how to Get Started'
+ , button_text_es: 'Aprender cómo empezar'
+ , button_text_fr: 'Apprendre comment commencer'
+ , button_text_de: 'Lernen, wie man beginnt'
+ , button_text_en_GB: 'Learn How to Get Started'
+ , button_text_nl: 'Leer hoe je kunt beginnen'
+ , button_text_pt_BR: 'Aprender como começar'
+ , button_link: 'https://vimeo.com/1123384951?share=copy' %}
+
+ {% include "sub_navigation" %}
+ {% if courses.featured.any? %}
+
+
+
+ {{ homepage.featured_courses_subheadline }}
+
+
+ Comienza directamente con nuestros cursos más populares y recomendados. Estos cursos están seleccionados para ayudarte a desarrollar las habilidades que necesitas para ser más exitoso con Nintex.
+
+
+ Commencez directement avec nos cours les plus populaires et recommandés. Ces cours sont sélectionnés pour vous aider à construire les compétences dont vous avez besoin pour réussir plus rapidement avec Nintex.
+
+
+ Beginnen Sie direkt mit unseren beliebtesten und empfohlenen Kursen. Diese Kurse sind ausgewählt, um Ihnen zu helfen, die Fähigkeiten zu entwickeln, die Sie benötigen, um schneller erfolgreich mit Nintex zu sein.
+
+
+ {{ homepage.featured_courses_subheadline }}
+
+
+ Begin met direct met onze populaire en aanbevolen cursussen. Deze cursussen zijn handgeselecteerd om je te helpen de vaardigheden die je nodig hebt om sneller succesvol met Nintex te zijn.
+
+
+ Comece diretamente com nossos cursos mais populares e recomendados. Esses cursos são selecionados para ajudar você a desenvolver as habilidades que você precisa para ser mais bem-sucedido com o Nintex.
+
+
{% endcomment %}
+
+ {% if courses.featured.any? %}
+
+ {% for course in courses.featured %}
+
+ {% include "cards_course_nintex" with course %}
+
+ {% t.subtitle %}
+ Lorem ipsum dolor sit amet
+ Lorem ipsum dolor sit amet
+ Lorem ipsum dolor sit amet
+ Lorem ipsum dolor sit amet
+ Lorem ipsum dolor sit amet
+ Lorem ipsum dolor sit amet {% endcomment %}
+