{% extends "base.html" %} {% block title %}Entities — SOVD Admin{% endblock %} {% block content %}

Entities

Manage areas, components, and apps. Changes are written to the YAML files immediately.

 
{% for e in entities %} {% endfor %}
Type Name ID Tags Actions
{{ e.type }} {{ e.name }} {{ e.id }} {{ e.get('tags', [])|join(', ') }}

Edit Entity

{% endblock %}