{% extends "base.html" %} {% set nanopub = app.nanopub_manager.get(this.identifier) %} {% from "_macros.html" import render_resource_link, render_rdfa_resource_link, get_label, facts_panel, facts_list, summary_panel, content %} {% block title %}By {% for contributor in this.graph[nanopub.assertion.identifier:ns.dc.contributor] %} {{get_label(g.db.resource(contributor))}} {% endfor %} {% if this.graph.value(nanopub.assertion.identifier, ns.dc.created) %} on {{this.graph.value(nanopub.assertion.identifier, ns.dc.created).value.strftime('%d-%m-%Y') }} {% endif %} {% endblock %} {% block subtitle %} {% if this.value(ns.RDF.type) %} a {% for superClass in this[ns.RDF.type] %} {% if loop.index > 1 and loop.last %} and {% endif %} {{ render_resource_link(superClass) }} {% if loop.revindex > 2 %}, {% endif %} {% endfor %} {% endif %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block content %}

Assertion

Provenance

Publication Information

{{ content(this.graph.resource(nanopub.assertion.identifier)) }}
{{ facts_panel(this) }}
{% endblock %}