{% load i18n cms_tags %} {% if visible or visible_in_edit and request.user.is_staff %}
{% if visible_in_edit %}

{% trans "Preview of hidden content" %}

{% endif %} {% for plugin in child_plugins %} {% render_plugin plugin %} {% endfor %} {% if visible_in_edit %}
{% endif %}
{% endif %}