last trick is now visible

This commit is contained in:
2020-04-25 22:00:23 +02:00
parent 72e968274b
commit dc87897b77
3 changed files with 36 additions and 1 deletions

View File

@ -15,6 +15,22 @@
{% endfor %}
||
<br>
<sub>
<strong>Tricks:</strong>
{% for player,_ in last_trick %}
||
{{player.name}}: {{player.tricks_taken}}
{% endfor %}
||
<br>
<strong>Last Trick:</strong>
{% for player,card in last_trick %}
||
{{player.name}}: {{card}}
{% endfor %}
||
</sub>
<br>
<strong> Your cards: </strong>
<ul>
<li>