{# INPUT: - cells_html - string of cells HTML - published - a boolean stating whether the worksheet is published #}
{% if not published %}
{% endif %} {{ cells_html }} {% if not do_print and not published %}
{% endif %}