{% extends "email_layout.txt" %}

{% block content %}
Hi there,

Someone created for you a {{app_name}} user account with username {{user.username}}. 
Please go to {{url}} and complete your profile.

This link expires after {{expires}} hour(s).

Please ignore this email if you think your {{app_name}} account was created in error.
{% endblock %}
