{% extends "layout.html" %} {% from "_listhelpers.html" import render_list %} {% block title %}Search Results{% endblock %} {% block body %} {{ render_list("Resulted Simulations",simulations) }}
{% for (sim_id,simulation) in simulations %} {% endfor %}

{% for (sim_id,simulation) in simulations %} {% endfor %}
{% endblock %}