{% if userCanEditGoals %} {% endif %} {% if goals is empty %} {% else %} {% for goal in goals %} {% if userCanEditGoals %} {% endif %} {% endfor %} {% endif %}
Id {{ 'Goals_GoalName'|translate }} {{ 'Goals_GoalIsTriggeredWhen'|translate }} {{ 'General_ColumnRevenue'|translate }}{{ 'General_Edit'|translate }} {{ 'General_Delete'|translate }}

{{ 'Goals_ThereIsNoGoalToManage'|translate(siteName)|raw }}.

{{ goal.idgoal }} {{ goal.name }} {{ goal.match_attribute }} {% if goal.pattern_type is defined %}
{{ 'Goals_Pattern'|translate }} {{ goal.pattern_type }}: {{ goal.pattern }} {% endif %}
{% if goal.revenue==0 %}-{% else %}{{ goal.revenue|money(idSite)|raw }}{% endif %}
{% if userCanEditGoals and onlyShowAddNewGoal is not defined %}

{% endif %}