{% extends 'showj/showj_base.html' %} {% block head %} {% endblock %} {% block content_menu %}{% endblock %} {% block content_view %}
{% for column in tableDataset.getColumns %} {% if tableDataset.getNumberOfColumns < 6 or forloop.counter0|divisibleby:2 %} {% endif %} {% endfor %}
{{msg.LABEL_LABEL}} {{msg.LABEL_VISIBLE}} {{msg.LABEL_RENDER}} {{msg.LABEL_EDIT}}
{{column.getLabel}}
{% if tableDataset.getNumberOfColumns > 5 %} {% for column in tableDataset.getColumns %} {% if forloop.counter0|divisibleby:2 == False %} {% endif %} {% endfor %}
{{msg.LABEL_LABEL}} {{msg.LABEL_VISIBLE}} {{msg.LABEL_RENDER}} {{msg.LABEL_EDIT}}
{{column.getLabel}}
{% endif %}
{{msg.LABEL_BUTTON_OK}} {{msg.LABEL_BUTTON_CANCEL}}
{% 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 %}