{% extends "base.html" %} {% block title %}Plans - PlanExe{% endblock %} {% block head %} {% endblock %} {% block content %}

Plans

Resume from Zip

Technical queue view · newest first · click row to inspect

{% if plan_rows %} {% for row in plan_rows %} {% set status = (row.status | lower) %} {% endfor %}
status id created age prompt
{{ status }} {{ row.id }} {{ row.created_compact }} {{ row.created_relative }} {{ row.prompt }}
{% else %}
No plans yet.
{% endif %}
{% if not plan_rows %}

New here?

See these example reports for inspiration.

Browse example plans →
{% endif %} {% endblock %}