{% extends 'base.html' %} {% block title %} {% if networks %} {% if species %} {{ species.name }} networks {% else %} Network overview {% endif %} {% else %} No network found ! {% endif %} {% endblock %} {% block container %}
{% if networks %} {% if species %} {% else %} {% endif%}

Network Overview

{% if g.debug %}{% endif %} {% for n in networks %} {% if g.debug %}{% endif %} {% endfor %}
IDSpecies Description Score Probe count Action
{{ n.id }}{{ n.species.name }} {{ n.description }} {{ n.edge_type }} {{ n.probe_count }} Download
{% endif %}
{% endblock %} {% block extrajs %} {% endblock %}