{% extends "base.html" %} {% block title %}{% if action == 'add' %}Add Person{% else %}Edit {{ person.name }}{% endif %} - astro-mcp{% endblock %} {% block content %}

{% if action == 'add' %}Add Person{% else %}Edit {{ person.name }}{% endif %}

{% if action == 'edit' %} ← Back {% else %} ← Back {% endif %}

Identity

Short name for quick lookup

Birth Data *

HH:MM (seconds optional)

Notes

{% if action == 'edit' %} Cancel {% else %} Cancel {% endif %}
{% endblock %}