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: 76b64b991859f9f7e0eb761700e8b600014b6643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% if userCanEditGoals %}

    <h2 piwik-enriched-headline>{{ 'Goals_ManageGoals'|translate }}</h2>

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

{% else %}

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

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

{% endif %}