{% extends "base.html" %} {% import "_empty.html" as empty %} {% block title %}Actions{% endblock %} {% block topbar_main %}
An agent asked for this, for {{ row.person }}. Nothing has changed yet.
{{ row.operation }} · {{ (row.at or '')[:16] | replace('T', ' ') }} · {{ row.id }}
Apply it in your terminal, where you can be asked:
flanner actions apply {{ row.id[:8] }}
{{ row.id[:8] }}
No recorded action matches “{{ q }}”.
Show every action {% endcall %} {% elif not pending %} {% call empty.state('clear', 'Nothing recorded yet') %}Every change made through the CLI, this page or an agent appears here, with the person it was for.
{% endcall %} {% endif %}