{%load static%}
【实验组】{{group.name}}
{{group.intro}}
{% for h , w , mw, sty in head_and_width_and_style %}
{{h}}
{% endfor %}
{% for state , exp_id , idx , line in line_information%}
{% for v_id , val in line %}
{{val}}
{% endfor %}
{% endfor %}
{% include "experiment/group/toolbar_event.html" %} {% include "experiment/group/copy_expe.html" %}