{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n static %} {% block content %}
{% trans 'home' %} {% trans 'home' %}

{% trans 'Sign Up' %}

{% trans 'Create your account today' %}

{{form1|crispy}}
{{form2|crispy}}
{{form3|crispy}}
{% trans 'You are all set!' %}

{% trans 'Now you can access your account' %}
{% trans 'anytime' %} {% trans 'anywhere' %}

{% endblock content %} {% block customJS %} {% endblock customJS %}