{% extends 'base.html' %} {% block content %}

Please Sign In

Dont have an account? Click 'Sign Up' {% if next %} {%endif%}

Please Sign Up

{% if ext_id %} {%endif%} {% if ext_src %} {%endif%} {% if onboarding %} {%if onboarding.get('agreement_text') %} Please refresh if the agree and sign up button doesn't get you to the task. {%endif%} {%if onboarding.get('checkboxes') %} {%for check_name, check_value in onboarding['checkboxes'].items() %}
{%endfor%} {%endif%} {%endif%} {% if next %} {%endif%}
{% if onboarding and onboarding.get('agreement_text') %} {%endif%} {% endblock %}