|
<#= item.get('name') #>
|
<# if(item.get('form_type')) { #>
<#= item.get('form_type')#>
|
<# } #>
<#= item.get('unique_impressions') #> |
<#= item.get('conversions') #> |
<#= item.getConversionRate() == 0 ? 'N/A' : item.getConversionRate() + ' %' #> |
<# if (item.get('show_graph')) { #>
|
<# } #>
<# if (item.get('is_control') == 1) { #>
Fatal error: Uncaught Error: Call to undefined function __() in /home/speciale/public_html/wp-content/plugins/thrive-leads/admin/views/template/tests/stopped-item.phtml:27
Stack trace:
#0 {main}
thrown in /home/speciale/public_html/wp-content/plugins/thrive-leads/admin/views/template/tests/stopped-item.phtml on line 27
|