{% extends "base.html" %} {% block title %}Menus | Er24 Ambulance{% endblock %} {% block content %}
# | Option | Response | Parent | Actions |
---|---|---|---|---|
{{ loop.index }} | {{ menu.option_text }} | {{ menu.response_text or "—" }} | {% if menu.parent %}🔗 {{ menu.parent.option_text }}{% else %}🌳 Root{% endif %} | ✏️ 🗑️ |