{# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %} {{ if participant.role_type == "investor" }}
Waiting for bank!
Please wait a moment while the participant representing the bank finishes reading the instructions. Please stay on this tab. If you leave the tab, we may not be able to match you with your bank.
{{ elif participant.role_type == "bank" }}
Waiting for investor!
Please wait a moment while the investor finishes reading the instructions. Please stay on this tab. If you leave the tab, we may not be able to match you with your investor.
{{ endif }} {{ endblock }}