11 lines
470 B
Twig
11 lines
470 B
Twig
<li class="action"
|
|
title="{{ postEvent('Live.renderActionTooltip', action, visitInfo) }}">
|
|
<div>
|
|
{# Goal conversion #}
|
|
<img src="{{ action.iconSVG|default(action.icon) }}" class="action-list-action-icon" />
|
|
<strong>{{ action.goalName }}</strong>
|
|
{% if action.revenue > 0 %}, {{ 'General_ColumnRevenue'|translate }}:
|
|
<strong>{{ action.revenue|money(visitInfo.idSite)|raw }}</strong>
|
|
{% endif %}
|
|
</div>
|
|
</li> |