{% if privacy_warning %} {% if privacy == 'offline' %}
{{ze('admin', 'phraseInHTML', 'Warning: the document \"[[filename]]\" is offline, so it will not appear to visitors.', {filename: filename})}}
{% elseif privacy == 'private' %}{{ze('admin', 'phraseInHTML', 'Warning: this content item is public, the document \"[[filename]]\" is private, so it will not appear to visitors.', {filename: filename})}}
{% endif %} {% endif %}