{% block javascript %} {% endblock %} {% extends "master.html" %} {% if runId < 0 %} {% set runId = runlist.runs['maf_run_id'][0] %} {% endif %} {% block pagetitle %} Opsim Run Select {% endblock %} {% block title %} List of all Opsim Runs {% endblock %} {% set active_page = "listRuns" %} {% block moresidebar %} {% endblock %} {% block content %}
{{ key|escape }} | {% endfor %}|||
---|---|---|---|
{{runInfo[key]|escape }} | {% elif key == 'SQLite File' %}{{runInfo[key][1]|escape}} | {% elif key == 'ResultsDb' %}ResultsDb | {% else %}{{ runInfo[key]|escape }} | {% endif %} {% endfor %}