{% extends "welcome_base.html" %} {% load crispy_forms_filters %} {% load i18n static %} {% block content %} {% trans 'Sign Up' %} {% trans 'Create your account today' %} {% trans 'Access' %} {% trans 'Account' %} {% trans 'Extra' %} {% trans 'Done' %} {{form1|crispy}} {{ _("Read Terms of Service and Privacy Policy")}} {{form2|crispy}} {{form3|crispy}} {% trans 'You are all set!' %} {% trans 'Now you can access your account' %}{% trans 'anytime' %} {% trans 'anywhere' %}{% trans 'Submit' %} {% include 'footer.html' %} {% endblock content %} {% block customJS %} {% endblock customJS %}
{% trans 'Create your account today' %}
{% trans 'Now you can access your account' %}{% trans 'anytime' %} {% trans 'anywhere' %}