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/SitesManager/templates/_othersTab.twig
<h2>{{ 'SitesManager_MoreMethods'|translate }}</h2>

<p>{{ 'SitesManager_OtherWaysTabDescription'|translate }}</p>
<p>Matomo URL: <code vue-directive="CoreHome.CopyToClipboard">{{ matomoUrl }}</code></p>
<p>{{ 'SitesManager_EmailInstructionsYourSiteId'|translate('<code vue-directive="CoreHome.CopyToClipboard">' ~ idSite ~ '</code>')|raw }}</p>

{% for othersInstruction in othersInstructions %}
    <h3>{{ othersInstruction.name }}</h3>
    <p>{{ othersInstruction.othersInstruction|raw }}</p>
{% endfor %}