{% extends 'base-site-entities.html' %} {% from 'plasmids/form.html' import plasmid_add_form %} {% from 'plasmids/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_="plasmid")) }} {{ plasmid_add_form(add_form, ".add", "POST", -1) }} {% endblock %}