{% extends 'base.html' %} {% load machado_extras %} {% block content %}
Organism | Feature Type | Feature ID | Relationship | Display | {% if orthologs %}Orthologous Group | {% endif %} {% if coexp_groups %}Coexpression Group | {% endif %}
---|---|---|---|---|---|---|
{{ result.organism }} | {{ result.so_term }} | {{ result.uniquename }} | {% for relationship in result.relationship %} {% with relationship|split:" " as r_list %} {{ r_list.1 }} {% endwith %} {% endfor %} | {{ result.display|default_if_none:'' }} | {% if orthologs %}{{ result.orthologous_group|default_if_none:'' }} | {% endif%} {% if coexp_groups %}{{ result.coexpression_group|default_if_none:'' }} | {% endif%}