{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Project Cost Information {% endblock %} {% block content %}
The following actual project costs have been incurred this period:
| Your Project - {% if type == 1 %}Project A{% else %}Project B{% endif %}: | {% if type == 1 %}{{ player.actual_5A|intcomma }}{% else %}{{ player.actual_5B|intcomma }}{% endif %} |
| {% if type == 1 %}Project B{% else %}Project A{% endif %}: | {% if type == 1 %}{{ player.actual_5B|intcomma }}{% else %}{{ player.actual_5A|intcomma }}{% endif %} |