{%load static%}
【实验组】{{group.name}}
{{group.intro}}
{% for head , width , min_width , ex_style in head_information %}
{{head}}
{% endfor %}
{% for state , exp_id , idx , line in line_information%}
{% for v_id , val , editable in line %}
{% if editable == 1 %}
{% else %}
{{val}}
{% endif %}
{% endfor %}
{% endfor %}
{% include "experiment/group/scripts.html" %}