{# ****************************************************************************************************************** #} {# *** 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 answering some general questions. Please stay on this tab. If you leave the tab, you may not be able to proceed with the next page.
{{ elif participant.role_type == "bank" }}
Waiting for investor!
Please wait a moment while the investor finishes making the decisions. Please stay on this tab. If you leave the tab, you may not be able to proceed with the next page.
{{ endif }} {{ endblock }}