{%load static%}

【实验组】{{group.name}}

{% for head , width , min_width , ex_style in head_information %} {% endfor %} {% for state , exp_id , idx , line in line_information%} {% for v_id , val , editable in line %} {% endfor %} {% endfor %}
{{head}}
{% if editable == 1 %} {% else %} {{val}} {% endif %}
{% include "experiment/group/scripts.html" %}