Are you sure you want to delete this model run?
This action cannot be undone!
| Name: |
{{ object.name|default:"Model Run" }} #{{ object.id }} |
| Status: |
{{ object.get_state_display }}
|
| Started: |
{{ object.started_at|date:"Y-m-d H:i:s" }} |
{% if object.finished_at %}
| Finished: |
{{ object.finished_at|date:"Y-m-d H:i:s" }} |
{% endif %}
{% if object.data_preparation %}
| Data Preparation: |
{{ object.data_preparation.name }} |
{% endif %}
{% if has_results or result_images_count > 0 or simulation_plots_count > 0 %}
The following data will be permanently deleted:
{% if has_results %}
- Simulation results and CSV data
{% endif %}
{% if result_images_count > 0 %}
- {{ result_images_count }} result image{{ result_images_count|pluralize }}
{% endif %}
{% if simulation_plots_count > 0 %}
- {{ simulation_plots_count }} simulation plot{{ simulation_plots_count|pluralize }}
{% endif %}
{% endif %}
{% if object.config %}
Configuration Summary:
| Years: |
{{ object.config.start_year }} - {{ object.config.end_year }} |
{% if object.config.total_steel_demand_scenario %}
| Demand Scenario: |
{{ object.config.total_steel_demand_scenario }} |
{% endif %}
{% endif %}