{% extends "base.html" %} {% block body %}

Cold Call

{% if course %}

{{ user.name }} in {{ course.title or course.lti_context_id }}.

{% else %}

This tool is meant to be launched from a course in your learning management system.

{% endif %} {% endblock %}