{% extends "layout.html" %} {% from "bootstrap_wtf.html" import horizontal_field as ff %} {% from "bootstrap_wtf.html" import form_errors as form_errors %} {% block morehead %} {% assets filters="cssmin", output="gen/user_edit-packed.css", "css/routine-histology.css", "css/stain_widgets.css", "css/tooltip.css", "css/edit_order.css" %} {% endassets %} {% endblock %} {% block content %}
{% if form.errors or sample_errors %}
{% for field in form.errors %} {% for error in form.errors[field] %}
Error! {{error}} ({{ form[field].label }})
{% endfor %} {% endfor %} {% for item in sample_errors %}
Error! {{item.error}} ({{ item.field }})
{% endfor %}
{% endif %}

Project Information

Please fill out all fields as best as you can! It will help us process your order more efficiently and tag your slides correctly for searching.

{{ ff(form.project_id) }} {{ ff(form.experiment_name) }} {{ ff(form.po_number) }} {{ ff(form.scientist_1_email) }} {{ ff(form.scientist_2_email) }}

Science Information

Please fill out all fields as best as you can! It will help us process your order more efficiently and tag your slides correctly for searching.

{{ ff(form.species_id_list) }} {{ ff(form.species_custom) }}
{{ ff(form.bio_system_id_list) }} {{ ff(form.bio_system_custom) }}
{{ ff(form.mouse_strain_id_list) }} {{ ff(form.mouse_strain_custom) }}
{{ ff(form.experiment_type_id_list) }} {{ ff(form.experiment_type_custom) }} {{ ff(form.gender) }} {{ ff(form.age) }}
{{ ff(form.xenograft_type_id_list) }} {{ ff(form.xenograft_type_custom) }} {{ ff(form.promoters) }} {{ ff(form.reporters) }} {{ ff(form.gemm) }} {{ ff(form.published) }}
{{ ff(form.mpath_icd10_codes) }}

Histology

Remember: You cannot submit more than one sample with the same ID. Please ensure you enter the special instructions each time you submit an order instead of asking us to do what was done before; we are not responsible for damages caused by missing instructions

{% for s in samples %} {% endfor %}
Sample ID Organ Type Additional Scientific Info
{{s.name}}
{{ form.hidden_tag() }}
{% endblock %} {% block tail %} {{ super() }} {% endblock %}