{% extends "base_framework.html" %}

{% block main_body_content %} {% for sim_item in simulation_collection %}
{{ forloop.counter }}.
Title: {{ sim_item.sim_title }}
Description: {{ sim_item.sim_descrip }}
{% empty %}

There are no simulations to load. Use the Create Simulation link above to start building the simulation database.

{% endfor %} {% endblock %}