100
>



{% set layerCount = [] %} {% for entry in folder_dir.children recursive %} {% if entry.url_path %} {% if url_for('slide', path=entry.url_path)+".dzi" != slide_url %} {% if layerCount.append(1) %}{% endif %} {% endif %} {% endif %} {% endfor %} {% if layerCount|length > 0 %} {% endif %}
{% for plugin in plugins %}{% if plugin %} {% endif %}{% endfor %}