{% extends "console_page.html" %} {% block console_content %}
Created on {{ task.created_at|date:"F j, Y" }} at {{ task.created_at|time:"H:i" }}
Back to tasks{{ step.created_at|date:"M d, H:i:s" }}
{{ step.description }}
{% if step.is_result and step.result_value %}{{ step.result_value|pprint }}
No steps recorded yet
Steps will appear here as the task executes