{% extends "base.html" %} {% block title %}Task {{ task.id }} · Ordine{% endblock %} {% block content %}
{{ task.status }} ordinal {{ task.ordinal if task.ordinal is not none else "-" }}
Source: {{ task.source_ref }}
Workdir: {{ workdir_display }}
error: {{ task.error }}
{% endif %} {% if source_is_image and last_output_rel %}Source image: {{ task.source_ref.split("/")[-1] }}
{% endif %}{{ entry.log }}
(no task.json)
{% endif %}LLM is not configured. Open Settings.
{% else %} {% endif %}{% if can_retry %}
{% endif %} {% if can_cancel %} {% endif %} Back to tasks {% endblock %}