{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Reporting{% endblock %} {% block content %}

Reporting

The history of parsing and uploads provides insight to curation activities.

{% for report in reports if report.network is not none %} {% endfor %}
Network Version Nodes Edges Warnings Uploader Time
{{ report.network.id }} {{ report.network.name }} {{ report.network.version }} {{ report.number_nodes }} {{ report.number_edges }} {{ report.number_warnings }} {{ report.user.email }} {{ report.created.strftime('%Y-%m-%d %H:%M') }}
{% include "footer.html" %} {% endblock %}