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

finished.twig « templates « Installation « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf5cdc74947bcbaa877e6dba9d85c91a2246e4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends '@Installation/layout.twig' %}

{% block content %}
<h2>{{ 'Installation_Congratulations'|translate|raw }}</h2>

{{ 'Installation_CongratulationsHelp'|translate|raw }}


<p class="nextStep">
    <a class="submit" href="index.php">{{ 'Installation_ContinueToPiwik'|translate }} &raquo;</a>
</p>
{% endblock %}