{% extends "bitcaster/admin/action_form.html" %} {% load i18n %} {% block content %}
{% translate "Simulation" %}: {{ simulation }}
{% if simulation.status == "NEW" %}
{% translate "Simulation running..." %}
{% else %} {% include "bitcaster/admin/event/includes/simulation_results.html" %}
{% if page_obj.has_previous %} {% translate "Previous" %} {% else %} {% endif %} {% blocktranslate with page=page_obj.number pages=page_obj.paginator.num_pages %}Page {{ page }} of {{ pages }}{% endblocktranslate %} {% if page_obj.has_next %} {% translate "Next" %} {% else %} {% endif %}
{% endif %}
{% endblock content %}