Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_userInviteEmail.twig « templates « UsersManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59a7a0086f45e253271845e9d698969bba131b8f (plain)
1
2
3
4
5
6
7
8
{% set closingHeadTag %}<code>{{ '</head>'|e('html') }}</code>{% endset %}
<p>{{ 'General_HelloUser'|translate(login) }}</p>
<p>{{ content|raw }}</p>
<a target="_blank" href="{{ piwikUrl }}?module=Login&action=acceptInvitation&token={{ token }}"
>{{ 'CoreAdminHome_AcceptInvite'|translate }}</a> |
<a target="_blank" href="{{ piwikUrl }}?module=Login&action=declineInvitation&token={{ token }}"
>{{ 'CoreAdminHome_DeclineInvite'|translate }}</a>
<p><b>Notes:</b>{{ notes }}</p>