Type{{ task.type }}
Created by{{ task.created_by }}
Created{{ created }}
Dispatched{{ dispatched or "—" }}
Completed{{ completed or "—" }}
Exit code{{ task.exit_code if task.exit_code is not none else "—" }}
{% if task.batch_id %}Batch{{ task.batch_id[:8] }}{% endif %}