{% extends 'base.html.twig' %} {% block title %}AI Actions{% endblock %} {% block body %}
{{ action.description }}
{% if action.agent %} View all actions by {{ action.agent }} {% endif %}{{ action.context|json_encode(constant('JSON_PRETTY_PRINT')) }}