{% extends "base.html" %} {% block title %}Birthdays & Anniversaries — Mornings{% endblock %} {% block content %}
Add Occasion
{% if birthdays %}
{% for b in birthdays %} {% endfor %}
Name Type Date Reminder Time Device Actions
{{ b.name }} {{ (b.type or "birthday") | capitalize }} {{ b.birth_date }} {{ b.reminder_time }} {{ b.airplay_device or "Default" }}
Edit
{% else %}

No occasions yet. Add one.

{% endif %} {% endblock %}