{% extends "shop/base.html" %} {% load satchmo_google %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% trans "Account Creation" %}
  • {% endblock %} {% block content %}

    {% trans "Account Creation" %}

    {% trans "Thank you for signing up." %} {% if verify %} {% trans "An activation link has been sent to the email address you supplied, along with instructions for activating your account." %} {% endif %}

    {% endblock %} {% block google-tracker %} {% if shop.options.GOOGLE.ANALYTICS.value %} {% show_tracker is_secure %} {% google_track_signup %} {% endif %} {% if shop.options.GOOGLE.ADWORDS.value %} {% google_adwords_signup %} {% endif %} {% endblock %}