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