{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Firm Message
{% endblock %}
{% block content %}
The bonus rate is: {{ group.bonus}}
The manager in your firm will now have the opportunity to send messages to all the firm's employees. Once the manager
has sent the message, it will appear
to all employees and appear in the box below. All employees in your firm will see the same message.
Once you have read the messages, click "next" to proceed. Please do not click "next" until you have read the message from
the manager.
{% chat %}
{% next_button %}
{% endblock %}
{% block scripts %}
{% endblock %}