{% load i18n %} {% load base_filters %}
{% blocktrans %}The following user was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }}:{% endblocktrans %}
{% trans "First name:" %} | {{ object.user.first_name }} | |
{% trans "Last name:" %} | {{ object.user.last_name }} | |
{% trans "Phone:" %} | {{ object.phone|phonenumber }} | |
{% trans "Email:" %} | {{ object.user.email }} |
{% blocktrans %}To view the details of this
user, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url profile object.user.username %}
{% trans "Time submitted:" %} {% now "D d M Y P" %}