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.circ/plugins/Marketplace/templates/_requestTrialNotificationEmail.twig
{% set marketplaceLinkOpen = '<a href="' ~ marketplaceLink ~'">' %}
{% set marketplaceLinkClose = '</a>' %}
{% set pluginLinkOpen = '<a href="' ~ pluginLink ~'">' %}
{% set pluginLinkClose = '</a>' %}

<p>{{ 'General_HelloUser'|translate(login) }}</p>
<p>{{ 'Marketplace_RequestTrialNotificationEmailIntro'|translate(pluginName) }}</p>
<p>{{ 'Marketplace_RequestTrialNotificationEmailHowToStartIntro'|translate }}</p>
<ol>
    <li>{{ 'Marketplace_RequestTrialNotificationEmailHowToStartStep1'|translate(marketplaceLinkOpen, marketplaceLinkClose)|raw }}</li>
    <li>{{ 'Marketplace_RequestTrialNotificationEmailHowToStartStep2'|translate }}</li>
    <li>{{ 'Marketplace_RequestTrialNotificationEmailHowToStartStep3'|translate }}</li>
</ol>
<p>{{ 'Marketplace_RequestTrialNotificationEmailMoreInfo'|translate(pluginName|escape, pluginLinkOpen, pluginLinkClose)|raw }}</p>