{% extends 'email_base.txt' %}
{% 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 to the following page and choose a password:
{% block reset_link %}{% absolute_url 'password-reset-confirm' uidb64=uid token=token %}{% endblock reset_link %}{% endblock content %}
{% endautoescape %}
