PDF rausgenommen
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
{% 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>
|
Reference in New Issue
Block a user