{% extends "base.html" %} {% block title %}Add Users{% endblock %} {% block content %} {% csrf_token %} Invite Staff Enter the email address for the person you would like to invite {{ invite_user_form.email }} {% if sent is not None %} Email invitation sent × {% endif %} Invite Done {% endblock %}