{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>Template source: <code>users/register.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% extends &quot;base.html&quot; %}\n{% load bootstrap5 i18n static groplay %}\n\n{% get_current_language as LANGUAGE %}\n\n{% block body_attrs %}data-analytics-on-load=&quot;loadRegisterPage&quot;{% endblock body_attrs %}\n\n{% block content %}\n&lt;div class=&quot;row&quot;&gt;\n  &lt;div class=&quot;col-12&quot;&gt;\n    &lt;div class=&quot;alert alert-info text-center lead bg-white mb-0&quot;&gt;\n      &lt;div class=&quot;alert-text&quot;&gt;\n        {% blocktranslate trimmed %}\n        We are offering a &lt;strong&gt;free 30 days trial period&lt;/strong&gt;, without any\n        obligations, to all classes created by newly registered teachers.\n        {% endblocktranslate %}\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n\n  &lt;div class=&quot;col-12 col-lg-6 d-flex flex-column justify-content-between mt-4&quot;&gt;\n    &lt;p class=&quot;lead&quot;&gt;{% translate &quot;Sign up today to ensure that your learners get vital STEAM learning opportunities!&quot; %}&lt;/p&gt;\n    {# The items are slightly different in Swedish and English, so I chose to forego gettext here: #}\n    {% if LANGUAGE == &quot;sv&quot; %}\n    &lt;ul class=&quot;d-flex flex-column flex-grow-1 justify-content-evenly&quot;&gt;\n      &lt;li&gt;F\u00e5 fler att uppt\u00e4cka att teknik och vetenskap \u00e4r sp\u00e4nnande och begripligt.&lt;/li&gt;\n      &lt;li&gt;F\u00f6rb\u00e4ttra engagemang och inl\u00e4rningsresultat.&lt;/li&gt;\n      &lt;li&gt;Minska din arbetsbelastning s\u00e5 du kan st\u00f6tta d\u00e4r det beh\u00f6vs.&lt;/li&gt;\n      &lt;li&gt;F\u00e5 elever att sj\u00e4lva besvara fr\u00e5gan &quot;Varf\u00f6r ska vi kunna det h\u00e4r?&quot;&lt;/li&gt;\n      &lt;li&gt;Kopplad till svensk l\u00e4roplan.&lt;/li&gt;\n    &lt;/ul&gt;\n    &lt;video autoplay loop controls muted playsinline controlslist=&quot;nodownload&quot; crossorigin=&quot;anonymous&quot; class=&quot;register-video&quot;\n      poster=&quot;https://growplanet.blob.core.windows.net/media/growplanet-thumbnail-sv.png&quot;&gt;\n      &lt;source src=&quot;https://growplanet.blob.core.windows.net/media/growplanet-2023-02-06-sv.webm&quot; type=&quot;video/webm&quot; /&gt;\n      &lt;source src=&quot;https://growplanet.blob.core.windows.net/media/growplanet-2023-02-06-sv.mp4&quot; type=&quot;video/mp4&quot; /&gt;\n    &lt;/video&gt;\n    {% else %}\n    &lt;ul class=&quot;d-flex flex-column flex-grow-1 justify-content-evenly&quot;&gt;\n      &lt;li&gt;Get more children to discover that technology and science are exciting and understandable.&lt;/li&gt;\n      &lt;li&gt;Improve engagement and learning outcomes.&lt;/li&gt;\n      &lt;li&gt;Reduce your workload so you can support where needed.&lt;/li&gt;\n      &lt;li&gt;Strengthen your learners&#x27; critical thinking and problem-solving skills.&lt;/li&gt;\n      &lt;li&gt;Get learners to answer the question &quot;Why do we need to learn this?&quot; for themselves.&lt;/li&gt;\n    &lt;/ul&gt;\n    &lt;video autoplay loop controls muted playsinline controlslist=&quot;nodownload&quot; crossorigin=&quot;anonymous&quot; class=&quot;register-video&quot;\n      poster=&quot;https://growplanet.blob.core.windows.net/media/growplanet-thumbnail-en.png&quot;&gt;\n      &lt;source src=&quot;https://growplanet.blob.core.windows.net/media/growplanet-2023-02-06-en.webm&quot; type=&quot;video/webm&quot; /&gt;\n      &lt;source src=&quot;https://growplanet.blob.core.windows.net/media/growplanet-2023-02-06-en.mp4&quot; type=&quot;video/mp4&quot; /&gt;\n    &lt;/video&gt;\n    {% endif %}\n  &lt;/div&gt;\n\n  &lt;div class=&quot;col-12 col-lg-6 mt-4 d-flex&quot;&gt;\n    &lt;div class=&quot;register-section d-flex flex-column&quot;&gt;\n      &lt;div class=&quot;mb-3 flex-grow-1&quot;&gt;\n        &lt;div class=&quot;card p-2 body-color fw-bold align-items-center flex-row&quot; data-bs-toggle=&quot;modal&quot; data-bs-target=&quot;#skolon-register-modal&quot;\n          data-analytics-on-click=&quot;clickRegisterWithSkolon&quot;&gt;\n          &lt;img src=&quot;{% static &#x27;remote_backends/skolon-logo-compact.png&#x27; %}&quot; alt=&quot;Skolon&quot; class=&quot;remote-backend-icon&quot; /&gt;\n          &lt;div&gt;{% translate &quot;Register as teacher with Skolon&quot; %}&lt;/div&gt;\n        &lt;/div&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;mb-3 flex-grow-1&quot;&gt;\n        &lt;div class=&quot;card p-2 body-color fw-bold align-items-center flex-row&quot; data-bs-toggle=&quot;modal&quot; data-bs-target=&quot;#azure-register-modal&quot;\n          data-analytics-on-click=&quot;clickRegisterWithMicrosoft&quot;&gt;\n          &lt;img src=&quot;{% static &#x27;remote_backends/microsoft-64px.png&#x27; %}&quot; alt=&quot;Microsoft&quot; class=&quot;remote-backend-icon&quot; /&gt;\n          &lt;div&gt;{% translate &quot;Register as teacher with Microsoft&quot; %}&lt;/div&gt;\n        &lt;/div&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;mb-3 flex-grow-1&quot;&gt;\n        &lt;div class=&quot;card p-2 body-color fw-bold align-items-center flex-row&quot; data-bs-toggle=&quot;modal&quot; data-bs-target=&quot;#google-register-modal&quot;\n          data-analytics-on-click=&quot;clickRegisterWithGoogle&quot;&gt;\n          &lt;img src=&quot;{% static &#x27;remote_backends/google-64px.png&#x27; %}&quot; alt=&quot;Google&quot; class=&quot;remote-backend-icon&quot; /&gt;\n          &lt;div&gt;{% translate &quot;Register as teacher with Google&quot; %}&lt;/div&gt;\n        &lt;/div&gt;\n      &lt;/div&gt;\n      &lt;form method=&quot;post&quot; id=&quot;register-form&quot; class=&quot;show-preloader row align-content-between flex-grow-1&quot; data-dirrty-disabled\n        data-analytics-on-submit=&quot;submitRegisterForm&quot;&gt;\n        {% csrf_token %}\n        &lt;input type=&quot;hidden&quot; name=&quot;next&quot; value=&quot;{{ next }}&quot; /&gt;\n        &lt;div class=&quot;col-12&quot;&gt;{% bootstrap_field form.email %}&lt;/div&gt;\n        &lt;div class=&quot;col-12 col-sm-6&quot;&gt;{% bootstrap_field form.timezone %}&lt;/div&gt;\n        &lt;div class=&quot;col-12 col-sm-6&quot;&gt;{% bootstrap_field form.language %}&lt;/div&gt;\n        &lt;div class=&quot;col-12&quot;&gt;{% bootstrap_field form.receives_newsletter %}&lt;/div&gt;\n        &lt;div class=&quot;col-12 col-sm-auto d-flex&quot;&gt;\n          &lt;button type=&quot;submit&quot; tabindex=&quot;4&quot; class=&quot;btn btn-primary flex-grow-1&quot;&gt;\n            {% translate &quot;Sign Up&quot; %}\n          &lt;/button&gt;\n        &lt;/div&gt;\n      &lt;/form&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n\n  &lt;div class=&quot;col-xl-6&quot;&gt;&lt;/div&gt;\n  &lt;div class=&quot;col-12 col-xl-6&quot;&gt;\n    &lt;div class=&quot;row&quot;&gt;\n      &lt;div class=&quot;col-12 col-sm mt-2&quot;&gt;\n        &lt;a href=&quot;{% url &#x27;terms:pda_agreement&#x27; %}&quot;&gt;{% translate &quot;PDA agreement and terms&quot; %}&lt;/a&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;col-auto mt-2&quot;&gt;\n        {% translate &quot;Already have an account?&quot; %}\n        &lt;a href=&quot;{% url &quot;users:login&quot; %}&quot;&gt;\n          {% translate &quot;Log in here&quot; %}\n        &lt;/a&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/div&gt;\n\n&lt;!-- Quote(s) --&gt;\n&lt;div class=&quot;d-flex align-items-center gap-4 mt-5 justify-content-center&quot;&gt;\n  &lt;i class=&quot;fa-solid fa-quote-left text-primary fs-1&quot;&gt;&lt;/i&gt;\n  &lt;div&gt;\n    &lt;p class=&quot;mb-2 fs-5&quot;&gt;\n      {% translate &quot;The pupils get a clear overall picture of how the world works when they use their knowledge and skills in Grow Planet.&quot; %}\n    &lt;/p&gt;\n    &lt;p class=&quot;mb-0&quot;&gt;&lt;em&gt;{% translate &quot;Tomas Jaakkola, 3rd grade class teacher, Karamalmens skola, Espoo, Finland&quot; %}&lt;/em&gt;&lt;/p&gt;\n  &lt;/div&gt;\n  &lt;i class=&quot;fa-solid fa-quote-right text-primary fs-1 d-none d-sm-block&quot;&gt;&lt;/i&gt;\n&lt;/div&gt;\n\n&lt;!-- Badges --&gt;\n&lt;div class=&quot;row justify-content-around text-center badge-row mt-5&quot;&gt;\n  &lt;div class=&quot;col my-4&quot;&gt;\n    &lt;div class=&quot;d-flex flex-column h-100&quot;&gt;\n      &lt;div class=&quot;badge-image&quot;&gt;\n        &lt;a href=&quot;https://impactedtech.eu/impact-edtech/&quot; target=&quot;_blank&quot;&gt;\n          &lt;img src=&quot;{% static &#x27;edulms/images/logos/impact-edtech-stage2-120px.png&#x27; %}&quot; alt=&quot;Impact Edtech&quot; /&gt;\n        &lt;/a&gt;\n      &lt;/div&gt;\n      &lt;div&gt;\n        &lt;a href=&quot;https://impactedtech.eu/impact-edtech/&quot; target=&quot;_blank&quot;&gt;\n          {% translate &quot;Grow Planet is part of the Impact Edtech program&quot; %}\n        &lt;/a&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n  &lt;div class=&quot;col my-4&quot;&gt;\n    &lt;div class=&quot;d-flex flex-column h-100&quot;&gt;\n      &lt;div class=&quot;badge-image&quot;&gt;\n        &lt;a href=&quot;https://edtest.se/&quot; target=&quot;_blank&quot;&gt;\n          &lt;img src=&quot;{% static &#x27;edulms/images/logos/swedish-edtest.png&#x27; %}&quot; alt=&quot;Swedish Edtest&quot; /&gt;\n        &lt;/a&gt;\n      &lt;/div&gt;\n      &lt;div&gt;\n        &lt;a href=&quot;https://edtest.se/&quot; target=&quot;_blank&quot;&gt;\n          {% translate &quot;Grow Planet is tested in Swedish schools with Swedish Edtest&quot; %}\n        &lt;/a&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n  &lt;div class=&quot;col my-4&quot;&gt;\n    &lt;div class=&quot;d-flex flex-column h-100&quot;&gt;\n      &lt;div class=&quot;badge-image&quot;&gt;\n        &lt;a href=&quot;https://www.xedu.co/&quot; target=&quot;_blank&quot;&gt;\n          &lt;img src=&quot;{% static &#x27;edulms/images/logos/xedu-120px.png&#x27; %}&quot; alt=&quot;Xedu&quot; /&gt;\n        &lt;/a&gt;\n      &lt;/div&gt;\n      &lt;div&gt;\n        &lt;a href=&quot;https://www.xedu.co/&quot; target=&quot;_blank&quot;&gt;\n          {% translate &quot;Grow Planet is accelerated by Xedu&quot; %}\n        &lt;/a&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/div&gt;\n{% endblock content %}\n\n{% block modals %}\n{% modal &quot;users/modals/skolon_register.html&quot; modal_id=&quot;skolon-register-modal&quot; large=True url=static_strings.EXTERNAL_URLS.skolon %}\n\n{% url &#x27;remote_backends:azure:register&#x27; as url %}\n{% if static_strings.DJANGO_ENVIRONMENT == &#x27;local&#x27; %}\n{% modal &quot;users/modals/remote_backend_register.html&quot; modal_id=&quot;azure-register-modal&quot; backend=&quot;azure&quot; backend_name=&quot;Microsoft&quot; url=&quot;http://localhost:8000&quot;|add:url center=True %}\n{% else %}\n{% modal &quot;users/modals/remote_backend_register.html&quot; modal_id=&quot;azure-register-modal&quot; backend=&quot;azure&quot; backend_name=&quot;Microsoft&quot; center=True %}\n{% endif %}\n\n{% url &#x27;remote_backends:google:register&#x27; as url %}\n{% modal &quot;users/modals/remote_backend_register.html&quot; modal_id=&quot;google-register-modal&quot; backend=&quot;google&quot; backend_name=&quot;Google&quot; center=True %}\n{% endblock modals %}\n</code>\n  </div>\n</div>\n"}