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

editGoals.twig « templates « Goals « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bc8956511346e37f3a545809829523c137c9c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% if userCanEditGoals %}

    {% include "@Goals/_addEditGoal.twig" %}

{% else %}

    <h2>{{ 'Goals_ManageGoals'|translate }}</h2>
    <p>
        {{ 'Goals_NeedAccess'|translate|raw }}
    </p>

    {% include "@Goals/_addEditGoal.twig" %}

{% endif %}