{% extends 'security/email/base.html' %} {% from 'security/email/button.html' import mail_button %} {% block body %}

{{ _('You can log into your account through the link below:') }}


{{ mail_button( _('Login now'), login_link ) }}
{% endblock %}