{% extends "base.html" %} {% block title %}PowerContext Handoff Report{% endblock %} {% block content %} {% include "components/login.html" %} {% set status_title_key = "handoffReportTitle" %} {% set status_title = "Handoff Report" %} {% include "components/status.html" %} {% endblock %} {% block scripts %} {% endblock %}