{% extends "training/base.html" %} {% block title %}Training{% endblock %} {% block content %}

Pending Messages

While this page is being watched, outgoing error messages will be caught and displayed here before being sent, providing the opportunity to edit and add to them. This is useful during live training sessions, to provide personal assistance to users having trouble.

Sender Incoming Text Response(s)
No messages are pending.
Export to Excel

Response Templates

If you find yourself sending the same advice often, you can store templates in these fields. To copy a template into a response field, select the field, and press the control + N hotkey.

{% for tmpl in templates %} {% cycle "" "" "" %} {% cycle "" "" "" %}{% endfor %}
Key Text Key Text Key Text
ctrl+{{ tmpl.key }}
Export to Excel
{% endblock %}