Method: {{ family.method.method }}
{% if family.clade %}

Clade: {{ family.clade.name }}
{% endif %} {% if family.go_annotations.count() > 0 %}

GO Terms (top 5):
{% for term in family.go_annotations %} {{ term.go_term.name }} ({{term.go_term.short_type}}){%- if not loop.last -%}, {%- endif -%} {% endfor %}

{% endif %} {% if family.interpro_annotations.count() > 0 %}

InterPro domains (top 3): {% for domain in family.interpro_annotations %} {{ domain.domain.description }}{%- if not loop.last -%}, {%- endif -%} {% endfor %}

{% endif %}