{% extends "layouts/base_full_screen.html" %} {% load static %} {% block title %} Sign Up {% endblock %} {% block body_attributes %} {% endblock body_attributes %} {% block stylesheet %} {% endblock stylesheet %} {% block content %}

UseVoice.

{{ plan_obj.plan_name }} plan

${{ plan_obj.price }}/{% if plan_obj.plan_duration == "Monthly" %}Month{% elif plan_obj.plan_duration == "Yearly" %}Year{% elif plan_obj.plan_duration == "Weekly" %}Week{% endif %}

{% if message %} {{message}}
{% endif %}
{% csrf_token %}

Sign Up

to get started
Or with email
Use 8 or more characters with a mix of letters, numbers & symbols.
Already have an Account? Sign in
{% endblock %} {% block javascripts %} {% endblock %}