<xf:macro name="fruitValue" arg-definition="!" arg-value="!">
<xf:if is="{{ $value == 'arizon_rp' }}">
<a target="_blank" href="https://ebobo.ru">
{$definition.getFormattedValue($value)|raw}
</a>
<xf:else />
{$definition.getFormattedValue($value)|raw}
</xf:if>
</xf:macro>