11 lines
432 B
Twig
11 lines
432 B
Twig
{% if userCanEditGoals %}
|
|
{% include "@Goals/_addEditGoal.twig" %}
|
|
{% else %}
|
|
<h2>{{ 'Goals_CreateNewGOal'|translate }}</h2>
|
|
<p>
|
|
{{ 'Goals_NoGoalsNeedAccess'|translate|raw }}
|
|
</p>
|
|
<p>
|
|
{{ 'Goals_LearnMoreAboutGoalTrackingDocumentation'|translate("<a href='?module=Proxy&action=redirect&url=http://piwik.org/docs/tracking-goals-web-analytics/' target='_blank'>","</a>")|raw }}
|
|
</p>
|
|
{% endif %}
|