diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_avatar.html.liquid new file mode 100644 index 00000000..47a2be14 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_avatar.html.liquid @@ -0,0 +1,172 @@ +
+

+ Profile picture + Profilbild + Foto de perfil + Photo de profil + Foto do perfil +

+
+ Photo helps personalize your account + Personalisieren Sie Ihr Konto mit einem Foto + La foto ayuda a personalizar su cuenta + La photo permet de personnaliser votre compte + A foto ajuda a personalizar sua conta +
+
+ +default avatar +avatar + +
+
+ +
+ +
+ +
+ +
+
+ + + +
+ + Use default avatar + Standard-Avatar verwenden + Usar avatar predeterminado + Utiliser l'avatar par défaut + Use o avatar padrão + +
+
+ + + + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_deletion.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_deletion.html.liquid new file mode 100644 index 00000000..0bff3082 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_deletion.html.liquid @@ -0,0 +1,160 @@ +
+

+ Delete your account + Ihr Konto löschen + Eliminar tu cuenta + Supprimer votre compte + Exclua sua conta +

+
+ Your account will be permanently deleted and you will no longer be able to access any data or information associated with this account. This action cannot be undone. + Ihr Account wird dauerhaft gelöscht und Sie haben keinen Zugriff mehr auf die mit diesem Konto verbundenen Daten und Informationen. Diese Aktion kann nicht rückgängig gemacht werden. + Tu cuenta será eliminada permanentemente y ya no podrás acceder a ningún dato o información asociada a esta cuenta. Esta acción no se puede deshacer. + Votre compte sera définitivement supprimé et vous ne pourrez plus accéder aux données ou informations associées à ce compte. Cette action ne peut être annulée. + Sua conta será excluída permanentemente e você não poderá mais acessar quaisquer dados ou informações associados a ela. Esta ação não pode ser desfeita. +
+
+ Delete my account + Meinen Account löschen + Eliminar mi cuenta + Supprimer mon compte + Excluir minha conta +
+
+ +
+
+
+
+ + +
+ Delete + löschen + Eliminar + Supprimer + Excluir +
+
+
+ Your account will be deleted shortly + Ihr Account wird in Kürze gelöscht + Tu cuenta será eliminada en breve + Votre compte sera supprimé dans les plus brefs délais + Sua conta será excluída em breve +
+
+ + diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_desktop_view.html.liquid new file mode 100644 index 00000000..f60f6977 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_desktop_view.html.liquid @@ -0,0 +1,31 @@ +
+ + {% form_authenticity_token %} +
+
+

+ My profile + Mein Profil + Mi perfil + Mon profil + Meu perfil +

+
+ +
+ {% include "account_avatar", version: "desktop" %} + {% include "account_deletion" %} +
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_form.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_form.html.liquid new file mode 100644 index 00000000..1809bbcc --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_form.html.liquid @@ -0,0 +1,176 @@ +
+ + +
+
+ + +
+
+ + +
+ + +{% unless form.options.invite? %} +
+ + +
+ +
+ + +
+ +
+ + +
+{% endunless %} + +{% if form.options.invite? %} +
+ + +
+ + {% if form.terms_of_service_required? %} +
+ +
+ {% t .terms_of_service %} + + + + +
+
+ {% else %} +
+ + By submitting this form you agree to the + Mit dem Absenden dieses Formulars erklären Sie sich mit den + Al enviar este formulario acepta las + En soumettant ce formulaire, vous acceptez les + Ao enviar este formulário, você concorda com os + + Terms of Use + Nutzungsbedingungen einverstanden + Condiciones de uso + conditions d'utilisation. + Termos de Uso + + +
+ {% endif %} + + +{% endif %} diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_mobile_view.html.liquid new file mode 100644 index 00000000..6ac8c007 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_account_mobile_view.html.liquid @@ -0,0 +1,17 @@ +
+ + {% form_authenticity_token %} +
+
+ {% render "account_form", form: form, version: "mobile" %} +
+
+
+
+ {% include "account_avatar", version: "mobile" %} +
+
+ +
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_existing_user.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_existing_user.html.liquid new file mode 100644 index 00000000..6235bf40 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_existing_user.html.liquid @@ -0,0 +1,155 @@ +
+
+ banner image +
+

+ Courses + Kurse + Cursos + Cours + Cursos +

+
+ Welcome! We have saved your progress about courses + Willkommen! Wir haben Ihren Fortschritt zu den Kursen gespeichert + ¡Bienvenido! Hemos guardado tu progreso en los cursos + Bienvenue ! Nous avons enregistré votre progression concernant les cours + Bem-vindo! Salvamos o seu progresso nos cursos +
+
+ {% assign in_progress = 0 %} + {% assign not_started = 0 %} + {% assign completed = 0 %} + + {% for course in courses.in_catalog %} + {% if course.ribbon != 'VIDEO' %} + {% if course.completed? %} + {% assign completed = completed | plus: 1 %} + {% elsif course.started? == false %} + {% assign not_started = not_started | plus: 1 %} + {% else %} + {% assign in_progress = in_progress | plus: 1 %} + {% endif %} + {% endif %} + {% endfor %} +
+
+ +
+
+ {{ in_progress }} +
+
+ In progress + In Arbeit + En curso + En cours + Em andamento +
+
+ +
+
+ +
+
+ {{ completed }} +
+
+ Completed + Abgeschlossen + Completado + Complété + Concluído +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_new_user.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_new_user.html.liquid new file mode 100644 index 00000000..251d62d7 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_catalog_new_user.html.liquid @@ -0,0 +1,21 @@ +
+
+ banner image +
+

+ Courses + Kurse + Cursos + Cours + Cursos +

+
+ Take in-depth training courses to level up your CRM and sales skills. Earn certificates. + Absolvieren Sie umfassende Schulungskurse, um Ihre CRM- und Vertriebsfähigkeiten zu verbessern. Erhalten Sie Zertifikate. + Realiza cursos de formación en profundidad para mejorar tus habilidades en CRM y ventas. Obtén certificados. + Suivez des formations approfondies pour améliorer vos compétences en CRM et en vente. Obtenez des certificats. + Faça cursos de treinamento aprofundados para aprimorar suas habilidades em CRM e vendas. Ganhe certificados. +
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_search_page.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_search_page.html.liquid new file mode 100644 index 00000000..44a09d55 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_banner_search_page.html.liquid @@ -0,0 +1,227 @@ +
+
+ banner image +
+

+ Hi + Hallo + Hola + Salut + Oi + {{current_person.first_name}}! +

+
+ Find the best training courses, video tutorials and webinars to master your CRM and sales skills. + Finden Sie die besten Schulungskurse, Video-Tutorials und Webinare, um Ihre CRM- und Vertriebsfähigkeiten zu meistern. + Encuentra los mejores cursos de formación, tutoriales en vídeo y seminarios web para dominar tu CRM y tus habilidades de ventas. + Trouvez les meilleures formations, vidéos tutoriels et webinaires pour maîtriser votre CRM et vos compétences commerciales. + Encontre os melhores cursos de treinamento, tutoriais em vídeo e webinars para dominar seu CRM e suas habilidades em vendas. +
+ + +
+
+
+ + + + \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course.html.liquid new file mode 100644 index 00000000..fdd9aeae --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course.html.liquid @@ -0,0 +1,82 @@ +{% assign activities_count = 0 %} +{% for section in course.sections %} + {% assign activities_count = activities_count | plus: section.activities.size %} +{% endfor %} +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +{% assign scaled_image_url = "" | append: course.image_url | replace: "resize=width:819,height:503", "resize=width:912,height:503" %} + +
+ + {% if course.ribbon and course.ribbon.size > 0 %} + {% assign course_ribbon_uppercase = course.ribbon | upcase %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+
+ {{ activities_count }} + {% if activities_count == 1 %} + lesson + Lektion + lección + leçon + lição + {% else %} + lessons + Lektionen + lecciones + leçons + lições + {% endif %} + | + {% if course.properties.course_time != 'NULL' %} + {{ course.properties.course_time }} + {% endif %} +
+ {% if course.started? %} +
+
+ Progress + Fortschritt + Progression + Progreso + Progresso +
+
+
+
+
+ {{ course.progress }}% +
+
+ {% endif %} +
+ {{ course.name }} +
+
+ {{ course.short_description }} +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course_homepage.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course_homepage.html.liquid new file mode 100644 index 00000000..3e44b485 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive - Learn - 7.8 Designs/_cards_course_homepage.html.liquid @@ -0,0 +1,76 @@ +{% assign activities_count = 0 %} +{% for section in course.sections %} + {% assign activities_count = activities_count | plus: section.activities.size %} +{% endfor %} +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +{% assign scaled_image_url = "" | append: course.image_url | replace: "resize=width:819,height:503", "resize=width:912,height:503" %} + +
+ + {% if course.ribbon and course.ribbon.size > 0 %} + {% assign course_ribbon_uppercase = course.ribbon | upcase %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+
+ {{ activities_count }} + {% if activities_count == 1 %} + lesson + Lektion + lección + leçon + lição + {% else %} + lessons + Lektionen + lecciones + leçons + lições + {% endif %} + | + {% if course.properties.course_time != 'NULL' %} + {{ course.properties.course_time }} + {% endif %} +
+ {% if course.started? %} +
+
Progress
+
+
+
+
+ {{ course.progress }}% +
+
+ {% endif %} +
+ {{ course.name }} +
+
+ {{ course.short_description }} +
+ +
+
+
diff --git a/Scripts/API_Tests/bulk_invite_and_props.py b/Scripts/API_Tests/bulk_invite_and_props.py index f97fac12..bc8dcf0e 100644 --- a/Scripts/API_Tests/bulk_invite_and_props.py +++ b/Scripts/API_Tests/bulk_invite_and_props.py @@ -11,7 +11,7 @@ HEADERS = { "X-Api-Key": APIKEY, } BASEURL = "https://api.northpass.com/v2/" -IMPORTFILE = "/Users/normrasmussen/Downloads/cisa-063025.csv" +IMPORTFILE = "/Users/normrasmussen/Downloads/cisa071525.csv" def bulk_invite_and_group():