{% extends "base.html" %} {% set active = 'dashboard' %} {% block title %}Dashboard - Birthday Manager{% endblock %} {% block content %}
| First Name | Last Name | Date of Birth | Gender | ||
|---|---|---|---|---|---|
| {{ e.first_name }} | {{ e.last_name }} | {{ e.dob }} | {{ e.gender }} | {{ e.email }} |
No entries yet. Add the first birthday above.
{% endif %}| Mo | Tu | We | Th | Fr | Sa | Su |
|---|---|---|---|---|---|---|
| {{ cell.day }} {% if cell.names %}{% endif %} | {% endfor %}
Days marked with a dot have a birthday — hover to see who. Today is outlined.