{% extends "layout.html" %} {% block content %}

Edit Action: {{ action.name }}

Cancel
Basic Information
LoRA Settings
{% set action_details = action.data.get('action', {}) %}
Action Details
{% for key, value in action_details.items() %}
{% endfor %}
Cancel
{% endblock %}