{% extends 'base-site-entities.html' %} {% from 'oligonucleotides/form.html' import primer_add_form %} {% from 'oligonucleotides/table.html' import table %} {% block import %} {% endblock %} {% block download %} Download CSV file Down JSON file Download FASTA file {#
  • #} {##} {# #} {# Download ZIP archive#} {# #} {% endblock %} {% block scripts %} {{ super() }} {{ upload_file_form(import_file_form, url_for("imports.upload", type_="oligonucleotide")) }} {{ primer_add_form(add_form, ".add", "POST", -1) }} {% endblock %}