{% from 'oligonucleotides/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 'files/form.html' import file_upload_form %} {% import 'macros/pill.html' as pill %} {% set n_comments = oligonucleotide.comments | length %}

{{ oligonucleotide.label }}

{{ pane_details( status='active', pane_id='tab-info', oligonucleotide=oligonucleotide, form=form ) }} {{ files_pane( status='fade', pane_id='tab-files', entity=oligonucleotide, form=file_form ) }} {{ comment_pane( status='fade', pane_id='tab-comments', entity=oligonucleotide, form=comment_form ) }}