{% extends 'base.html' %} {% block main %}

Задача #{{ problem.id }}

Создана {{ problem.created_at }}
Тележек {{ tasks|length }}
Дистанций {{ distances|length }}
Инженеров {{ workers|length }}
Файл с условием Загрузить

Запуски

{% if runs %}

История

    {% for run in runs reversed %}
  • {{ run }}
  • {% endfor %}
{% endif %}

Новый

{% csrf_token %}
{{ create_run_form.as_table }}
{% endblock %}