{% extends "webgateway/base/base_main.html" %} {% block title %}Render Performance{% endblock %} {% block link %} {% endblock %} {% block script %} {{ block.super }} {% endblock %} {% block body %} Usage: Click button below to EITHER load all images at once OR load sequentially. Refresh page to reset.
Planes Loaded: 0 / 0 | Duration: 0 secs | Per Plane: 0 secs. {% if imageIds %} | For Images, Load Full Planes OR Load Thumbnails {% endif %}
{% if zctList %} {% for zct in zctList %} {% endfor %} {% else %} {% if imageIds %} {% for iid in imageIds %} {% endfor %} {% else %} {% if tileList %} {% for tile in tileList %} {% endfor %} {% endif %} {% endif %} {% endif %} {% endblock %}