{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %}
{% if templateType == 'html' %}
{{ 'Password reset request for {shop_name}'|trans({}, 'Emails.Body', locale) }} {% endif %} {{ 'You have requested to reset your [1]{shop_name}[/1] login details.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}{{ 'Please note that this will change your current password.'|trans({}, 'Emails.Body', locale)|raw }} {{ 'To confirm this action, please use the following link:'|trans({}, 'Emails.Body', locale)|raw }} {url} |