diff --git a/planet/templates/interpro.html b/planet/templates/interpro.html index fcf108c..66be91c 100644 --- a/planet/templates/interpro.html +++ b/planet/templates/interpro.html @@ -5,18 +5,23 @@
{% if interpro %} -

InterPro:{{ interpro.label }}: {{ interpro.description }}

+ +

{{ interpro.label }}: {{ interpro.description }}


{% if interpro.clade_id %}

Specific for {{ interpro.clade.name}}

{% endif %}
-
+

There are {{ count }} sequences with this label.

{% if count > 0 %} -
+
{% endif %} @@ -42,10 +47,8 @@

{% endif %} {% endblock %} \ No newline at end of file