{% extends "base.html" %} {% block main %}

Modelstar Report: {{run_id}}

Call name {{call_name}}
Call version {{call_version}}
Run id {{run_id}}
Call location {{call_location}}
Run time stamp {{run_timestamp}}

Artifacts Report

{% for record in records %}
{{ record.content }}
{% endfor %}
{% endblock main %}