{% extends 'base.html' %} {% load machado_extras %} {% block content %}
{% include "search_facet.html" %}
{% if object_list %}

Results

{% if so_term_count == 1 %} {% endif %}
{% if orthologs %}{% endif%} {% if coexp_groups %}{% endif%} {% for result in page_obj.object_list %} {% if orthologs %} {% endif%} {% if coexp_groups %} {% endif%} {% empty %}

No results found.

{% endfor %}
Feature Type Feature ID Relationship DisplayOrthologous GroupCoexpression Group
{{ result.object.type.name }} {{ result.object.uniquename }} {% for relationship in result.object.get_relationship %} {{ relationship.type.name }} {% endfor %} {{ result.object.get_display|default_if_none:'' }}{{ result.object.get_orthologous_group|default_if_none:'' }}{{ result.object.get_coexpression_group|default_if_none:'' }}

{% if page_obj.has_previous or page_obj.has_next %} {% endif %}
{% else %}

Results

Not found.
{% endif %} {% endblock %}