{% extends "webgateway/base/base_main.html" %} {% block title %}Dataset split view{% endblock %} {% block link %} {% endblock %} {% block script %} {% endblock %} {% block body %}
{% for c in channels %}
{{ c.name }}
{% endfor %}
{% for c in channels %}
{{ c.name }}
-
{% endfor %}
Image Size:
{% include "webtest/webclient_plugins/dataset_split_include.html" %}
{% endblock %}