{% extends "otree/BaseAdmin.html" %} {% load staticfiles %} {% block title %} Send message to the worker {{worker_id}} {% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }} Cancel
{% endblock %} {% block internal_styles %} {{ block.super }} {% endblock %}