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 %}
InterPro domains (top 3): {% for domain in family.interpro_annotations %} {{ domain.domain.description }}{%- if not loop.last -%}, {%- endif -%} {% endfor %}