HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.vdk/plugins/Login/templates/cancelResetPassword.twig
{% extends '@Login/loginLayout.twig' %}

{% set pageTitle %}{{ 'Login_CancelPasswordResetRequestRemoved'|translate }}{% endset %}

{% block loginContent %}
    <div class="cancelResetPassword">
        {% embed 'contentBlock.twig' with {'title': ('Login_CancelPasswordResetRequestRemoved'|translate)} %}
            {% block content %}
                {% if cancelResetPasswordContent is empty %}
                    <p>{{ "Login_CancelPasswordResetRequestRemovedMessage"|translate }}</p>
                    <div class="alert alert-info">
                        <strong>{{ "Login_SecurityTip"|translate }}</strong>:
                        {{ "Login_CancelPasswordResetSecurityTip"|translate }}
                    </div>
                {% else %}
                    {{ cancelResetPasswordContent|raw }}
                {% endif %}
            {% endblock %}
        {% endembed %}
    </div>
{% endblock %}