{% extends "base.html" %} {% block content %}
Control which organisms and their genomic features are visible to public (anonymous) users.
| Organism Details | Taxonomy | Visibility |
|---|---|---|
|
{{ org.genus }} {{ org.species }}
{% if org.infraspecific_name %}
{{ org.infraspecific_name }}
{% endif %}
{% if org.common_name %}
{{ org.common_name }}
{% endif %}
|
Genus: {{ org.genus }}
Species: {{ org.species }}
{% if org.abbreviation %}
Abbr:
{% endif %}
{{ org.abbreviation }} |
{% if org.is_public %}Public{% else %}Private{% endif %}
|
|
No organisms registered in the database. |
||