{% extends 'base.html' %} {% block title %}Caretaker{% endblock %} {% block content %}
{% if caretaker %}Edit{% else %}Add{% endif %} Caretaker
{% csrf_token %}
{% if not caretaker %}
This will be used as the default password.
{% endif %} {% if not caretaker %}
Caretaker will log in using their ID number as the default password and will be required to change it on first login.
{% endif %}
{% endblock %}