{% extends "base.html" %} {% block title %}Menus | Er24 Ambulance{% endblock %} {% block content %}

📁 Menu Options

➕ Add Option {% for menu in menus %} {% endfor %}
# Option Response Parent Actions
{{ loop.index }} {{ menu.option_text }} {{ menu.response_text or "—" }} {% if menu.parent %}🔗 {{ menu.parent.option_text }}{% else %}🌳 Root{% endif %} ✏️ 🗑️
{% endblock %}