{% 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.
{% endfor %}
{% else %}
{% if imageIds %}
{% for iid in imageIds %}
{% endfor %}
{% else %}
{% if tileList %}
{% for tile in tileList %}
{% endfor %}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}