{% extends "layout.html" %} {% from "_parameters.html" import render_parameters %} {% block title %}Live Show a Simulation{% endblock %} {% block ajax %} {% endblock %} {% block body %} {% if error %}
Error: {{ error }}
{% endif %}

Live Show a Simulation

Simulation {{ sim_id }}

You can Browse This Simulation or Abort This Simulation.
{% if not frame_id == -1 %} loading... {% endif %} {{ render_parameters(params) }} {% endblock %}