{% extends "base.html" %} {% load static %} {% load compress %} {% load sass_tags %} {% load cl_extras %} {% load breadcrumbs %} {% load entity_renderer %} {% block title %}| Create a Phenotype {% endblock title %} {% block indexing_robots %} {% with stop_robot_indexing=True %} {{ block.super }} {% endwith %} {% endblock indexing_robots %} {% block container %} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %}

Create a Phenotype

Select the type of Phenotype you want to create to start contributing to the Library.

{% if entity_data %} {{ entity_data|jsonify|striptags }} {% endif %} {% endblock container %}