{% extends "layout.html" %} {% block content %}

Information

{{ volume.name }}
{{ volume.path }}
{% if volume.imageSequence %}{% else %}{% endif %}
{% if volume.rawData %}{% else %}{% endif %}
{% if volume.width %}{{ volume.width }}{% endif %}
{% if volume.height %}{{ volume.width }}{% endif %}
{% if volume.littleEndian %}{% else %}{% endif %}
{{ volume.slices }}
{{ volume.sliceFrom }}
{{ volume.sliceTo }}
{{ volume.generateSlicesStatus }}
{% if volume.rendering_possible %}

Textures

{% for texture in volume.textures %} {% endfor %}
Name Size
{{ texture.size }}
{% endif %} {% endblock %}