| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/piwik/plugins/ScheduledReports/templates/ |
Upload File : |
{% extends '@Morpheus/layout.twig' %}
{% block meta %}
<meta name="robots" content="noindex,nofollow">
{% endblock %}
{% set title %}{{ 'ScheduledReports_ReportUnsubscribe'|translate }}{% endset %}
{% set bodyId = 'loginPage' %}
{% block body %}
{{ postEvent("Template.beforeTopBar", "login") }}
{{ postEvent("Template.beforeContent", "login") }}
{% include "_iframeBuster.twig" %}
<div id="notificationContainer">
</div>
<nav>
<div class="nav-wrapper">
{% include "@CoreHome/_logo.twig" with { 'logoLink': 'https://matomo.org', 'centeredLogo': true, 'useLargeLogo': false } %}
</div>
</nav>
<section class="loginSection row">
<div class="col s12 m6 push-m3 l4 push-l4">
<div class="contentForm loginForm">
{% embed 'contentBlock.twig' with {'title': 'ScheduledReports_ReportUnsubscribe'|translate} %}
{% block content %}
{% if error is defined %}
<div piwik-notification
noclear="true"
context="error">
<strong>{{ 'General_Error'|translate }}</strong>: {{ error|raw }}<br/>
</div>
{% elseif success is defined %}
<p class="message">{{ 'ScheduledReports_SuccessfullyUnsubscribed'|translate('<strong>'~reportName|rawSafeDecoded~'</strong>')|raw }}</p>
{% else %}
<form method="POST" ng-non-bindable>
<div class="row">
<div class="col s12">
<br/>
<p>{{ 'ScheduledReports_UnsubscribeReportConfirmation'|translate('<strong>'~reportName|rawSafeDecoded~'</strong>')|raw }}</p>
<br /><br /><br />
<input type="hidden" name="nonce" id="unsubscribe_form_nonce" value="{{ nonce }}"/>
<input class="submit btn" type="submit" name="confirm" value="{{ 'ScheduledReports_Unsubscribe'|translate }}"/>
</div>
</div>
</form>
{% endif %}
{% if isCustomLogo %}
<p id="piwik">
<i><a href="https://matomo.org/" rel="noreferrer noopener" target="_blank">{{ linkTitle }}</a></i>
</p>
{% endif %}
{% endblock %}
{% endembed %}
</div>
</div>
</section>
{% endblock %}