{% extends 'showj/showj_base.html' %} {% block head %} {% endblock %} {% block content_menu %} {% endblock %} {% block content_view %} {% if dataset.getNumberSlices == 1 %} {% for id,enable,data,transformationMatrix in tableDataset.getDataToRenderAndExtra %}
{% if tableDataset.hasEnabledColumn %} {% endif %}
{{id}}
{% endfor %} {% else %} {% for i in dataset.getNumberSlicesForTemplate %}
{{i|add:1}}
{% endfor %} {% endif %} {% endblock %} {% block content_end_page %} {% endblock %} {% block bottom_menu %} {% if dataset.getNumberSlices > 1 or form.typeVolume.value == 'pdb'%} {% include "showj/showj_bottom_vol_menu.html" %} {% else %} {% include "showj/showj_bottom_img_menu.html" %} {% endif %} {% endblock %}