{% extends "mcsimulator/layout.html" %} {% load static %} {% block title %}Results{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

{{ job.sim.name }}: {{ run.created|date:'DATETIME_FORMAT' }} ({{ run.created|timesince }} old)

{% for p in params %} {{ p }} {% endfor %}
    (reconfigure)
Data plots [LIN] (click here for logarithmic - or press 'L')
Data plots [LOG] (click here for linear - or press 'L')
{% if compNs != 'None' %}
{% endif %}
Instrument layout
layout.wrl

Simulation output
{% endblock %}