{% extends "console_page.html" %} {% block head_extras %} {% endblock %} {% block console_content %}

Task Result

Completed on {{ task.updated_at|date:"F j, Y" }} at {{ task.updated_at|time:"H:i" }}

Back to task details

Result Data

{% if result_step and result_step.result_value %}
{% endif %}
{% if result_step and result_step.result_value %}
{{ result_step.result_value|pprint }}
Download JSON
{% else %}

No result data found

{% endif %}
{% endblock %}