{% extends "base.html" %} {% load filters %} {% block title %}{{project_name}}: List of simulations{% if tag %} tagged with {{tag}}{% endif %}{% endblock %} {% block header %}
Return to full simulation list
{% endif %} {% if object_list %} {% else %}No simulation records found
{% endif %} {% endblock %}