15 lines
257 B
Twig
15 lines
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 %}
|