{% extends "base.html" %} {% block title %}{% if checkin %}Edit{% else %}New{% endif %} Morning Check-in{% endblock %} {% block content %}

{% if checkin %}Edit{% else %}New{% endif %} Morning Check-in

All fields are optional — fill in whatever you have each morning.

{% if checkin %} Back to Check-ins {% endif %} {% endblock %}