{% elif user_play == "P" %}
{% else %}
{% endif %}
{% endif %}
{% if computer_play is defined %}
{% elif computer_play == "P" %}
{% else %}
{% endif %}
{% endif %}
| Computer | {{computer_wins}} |
| User | {{user_wins}} |
| Ties | {{ties}} |