{% extends "base.html" %} {% block title %}Plans - PlanExe{% endblock %} {% block head %} {% endblock %} {% block content %}
Technical queue view · newest first · click row to inspect
| status | id | created | age | prompt |
|---|---|---|---|---|
| {{ status }} | {{ row.id }} | {{ row.created_compact }} | {{ row.created_relative }} | {{ row.prompt }} |