{% extends "global/Page.html" %} {% load otree static %} {% block title%} Role Profile {% endblock %} {% block content %}
{% if role == 'policy' %} {% include 'simulation/text/vignette/roles/policy.html' %} {% elif role == 'cyber' %} {% include 'simulation/text/vignette/roles/cyber.html' %} {% else %} {% include 'simulation/text/vignette/roles/military.html' %} {% endif %}

During periods of crisis, you your counterparts convene with the chief of staff to discuss possible policy options available to the president.


Press "Continue" once you have completed reading the above text

{% endblock %}