{{ _('Dear user,') | wordwrap }}

{{ _('this email is a confirmation, that your account "%(item_id)s" in Mentat system was just activated. You may now login and start using the system:', item_id = account.login) | wordwrap }}

	{{ url_for('home.index', _external = True ) }}

{{ _('Have a nice day') | wordwrap }}

{{ _('-- Mentat System') | wordwrap  }}
