{# INPUT: - cell -- Cell instance - wrap -- number of columns to wrap - do_print -- whether to display for printing - editing -- whether user is editing the cell - publish - a boolean; whether this is a published cell #} {% if not do_print and not publish and not cell.worksheet().docbrowser() %}
{% endif %}
{{ cell.plain_text() | safe }}
{% if JEDITABLE_TINYMCE and not cell.worksheet().is_published() and not cell.worksheet().docbrowser() and not do_print and not publish %} {% endif %} {% if editing and not do_print %} {% endif %}