{% 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 *

{% if is_24h | default(true) %}
HH:MM (24h format)
{% else %}
HH:MM AM/PM (12h format)
{% endif %}

Notes

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