18 lines
725 B
Twig
18 lines
725 B
Twig
{% set visitorLogLinkHtml %}<a href="{{ visitorLogLink }}" target="_blank">{% endset %}
|
|
{% if isSegmentToPreprocess %}
|
|
<p>
|
|
{{ 'SegmentEditor_UnprocessedSegmentNoData1'|translate('<strong>(' ~ segmentName ~ ')</strong>')|raw }}
|
|
{{ 'SegmentEditor_UnprocessedSegmentNoData2'|translate }}
|
|
</p>
|
|
{% else %}
|
|
<p>
|
|
{{ 'SegmentEditor_CustomUnprocessedSegmentApiError1'|translate }}
|
|
{{ 'SegmentEditor_CustomUnprocessedSegmentNoData'|translate }}
|
|
</p>
|
|
{% endif %}
|
|
<p> </p>
|
|
<p>
|
|
{{ 'SegmentEditor_UnprocessedSegmentInVisitorLog1'|translate(visitorLogLinkHtml, '</a>')|raw }}
|
|
{{ 'SegmentEditor_UnprocessedSegmentInVisitorLog2'|translate }}
|
|
{{ 'SegmentEditor_UnprocessedSegmentInVisitorLog3'|translate }}
|
|
</p> |