{{ extends 'global/Page.html' }} {{ block title }}
Your Role Assignment
{{ endblock }} {{ block content }} {% if player.Initial_Role_Common == 'Buyer' %} {% include C.ROLE_BUYER_TEMPLATE %} {% endif %} {% if player.Initial_Role_Common == 'Owner' %} {% include C.ROLE_OWNER_TEMPLATE %} {% endif %} {% next_button %} {{ endblock }}