{% extends "base.html" %} {% block content %}

Organism Visibility Permissions

Control which organisms and their genomic features are visible to public (anonymous) users.

{% for org in organisms %} {% empty %} {% endfor %}
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: {{ org.abbreviation }}
{% endif %}
{% if org.is_public %}Public{% else %}Private{% endif %}

No organisms registered in the database.

{% endblock %}