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

Biomappings Curation Interface

{% if controller.total %} Commit ({{ controller.total }}) {% endif %}
{% for line, p in controller.predictions(offset=offset, limit=limit) %} {% endfor %}
Line Source Source Name Target Target Name
{{ 1 + line }} {{ p['source prefix'] }}:{{ p['source identifier'] }} {{ p['source name'] }} {{ p['target prefix'] }}:{{ p['target identifier'] }} {{ p['target name'] }}
{% endblock %}