{% extends "base.html" %} {% block title %}{{ "Edit" if birthday else "Add" }} Occasion — Mornings{% endblock %} {% block content %} ← Back to Birthdays & Anniversaries
The year is used to calculate age (birthdays) or years (anniversaries) in announcements.
Manage sounds
{% if birthday and birthday.image %}

Current: {{ birthday.image }}

{% endif %}
Cancel
{% endblock %}