{% extends "index_page.html" %} {%block title%}Edit Case Attributes{%endblock%} {%block css%} {%endblock%} {%block content%}

{{inbredset_group.InbredSetName}}: Edit Case-Attributes

{{flash_me()}}

Instructions

View Diffs
{%for caname in case_attribute_names%} {%endfor%} {%for strain in strains%}
{%for attr in case_attribute_names%} {%if case_attribute_values.get(strain.Name)%} {%else%} {%endif%} {%endfor%} {%else%} {%endfor%}
{%endblock%} {%block js%} {%endblock%}