{% extends 'email_base.html' %} {% comment %}© 2015, Multapplied Networks, Inc.{% endcomment %} {% load email %}{% autoescape off %} {% block name %} {{ user.get_display_name }}{% endblock name %} {% block content %}Welcome to {{ user.home_space.branding.title }}. An account has been created for you at {% absolute_url 'dashboard' %}

Please go here and choose a password

or go to the following page and choose a password:

{% absolute_url 'password_reset_confirm' uidb64=uid token=token %}

{% endblock content %} {% endautoescape %}