{% extends "base.html" %} {% block title %}Dashboard — Mornings{% endblock %} {% block content %}
{{ today.strftime("%A, %B %d, %Y") }}
| Time | Name | Content |
|---|---|---|
| {{ s.time }} | {{ s.name }} |
{% if s.sound %}{{ s.sound }}{% endif %}
{% if s.sound and s.content %} {% endif %} {% if s.content %}{{ s.content[:60] }}{{ "..." if s.content|length > 60 else "" }}{% endif %} |
No announcements scheduled for today.
| Time | Message |
|---|---|
| {{ r.reminder_time }} | {{ r.message }} |
| Time | Name | Content |
|---|---|---|
| {{ s.time }} | {{ s.name }} |
{% if s.sound %}{{ s.sound }}{% endif %}
{% if s.sound and s.content %} {% endif %} {% if s.content %}{{ s.content[:60] }}{{ "..." if s.content|length > 60 else "" }}{% endif %} |
No announcements scheduled for tomorrow.
| Date | Time | Message |
|---|---|---|
| {{ next_birthday.date.strftime("%A, %B %d") }} | {{ next_birthday.reminder_time }} | {{ next_birthday.message }} |