{% from 'antibodies/pane.html' import pane_details with context %} {% from "comments/pane.html" import comment_pane with context %} {% from "files/pane.html" import files_pane with context %} {% from 'requests/pane.html' import request_pane with context %} {% from 'batches/pane.html' import batch_pane with context %} {% from "dilutions/pane.html" import dilutions_pane with context %} {% from "antibodies/form.html" import antibody_add_form %} {% from "dilutions/form.html" import dilutions_add_form %} {% from "files/form.html" import file_upload_form %} {% import 'macros/pill.html' as pill %} {% set n_comments = antibody.comments | length %}