{% extends "base.html" %} {% block title %}Push results — {{ course.title or "Cold Call" }}{% endblock %} {% block body %}
| Student | Result |
|---|---|
| {{ o.name }} | {{ "✓" if o.ok else "FAILED:" }} {{ o.detail }} |
{{ outcomes | selectattr("ok") | list | length }} of {{ outcomes | length }} pushed successfully.
{% endblock %}