1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 15:07:44 +00:00
Files
matomo/plugins/Goals/templates/editGoals.twig

15 خطوط
257 B
Twig

{% if userCanEditGoals %}
{% include "@Goals/_addEditGoal.twig" %}
{% else %}
<h2>{{ 'Goals_ManageGoals'|translate }}</h2>
<p>
{{ 'Goals_NeedAccess'|translate|raw }}
</p>
{% include "@Goals/_addEditGoal.twig" %}
{% endif %}