--- A translation in English follows --- {% if group_creation %} Έχει δημιουργηθεί ο παρακάτω λογαριασμός: {% else %} Έχει ενεργοποιηθεί ο παρακάτω λογαριασμός: {% endif %} Email: {{user.email}} First name: {{user.first_name}} Last name: {{user.last_name}} Is active: {{user.is_active}} Level: {{user.level}} Invitations: {{user.invitations}} {% if group_creation %} Για την ενεργοποίησή του μπορείτε να χρησιμοποιήσετε το command line εργαλείο snf-manage user_send_activation {% endif %} -- {% if group_creation %} The following account has been created: {% else %} The following account has been activated: {% endif %} Email: {{user.email}} First name: {{user.first_name}} Last name: {{user.last_name}} Is active: {{user.is_active}} Level: {{user.level}} Invitations: {{user.invitations}} {% if group_creation %} For its activation you can use the command line tool snf-manage user_send_activation {% endif %}