starting reworking
This commit is contained in:
@ -14,10 +14,19 @@
|
||||
<strong>>{{loop.index}}: {{card}} </strong> |
|
||||
{% endfor %}
|
||||
|
||||
<li>
|
||||
<br>
|
||||
<strong>Trump Card: {{trump_card}}</strong><br>
|
||||
<strong>Trump Color: {{trump_color}}</strong><br>
|
||||
</li>
|
||||
<br>
|
||||
{% if trick_finished %}
|
||||
Winner: {{trick_winner}} with Card {{highest_card}}
|
||||
<a href="/control/next_trick/">start next trick</a>
|
||||
{% endif %}
|
||||
{% if hand_finished %}
|
||||
Winner: {{trick_winner}} with Card {{highest_card}}
|
||||
<a href="/control/next_hand/">start next hand</a>
|
||||
{% endif %}
|
||||
<!--
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Deal cards</strong><br>
|
||||
@ -30,6 +39,7 @@
|
||||
<a href="/control/deal/20">deal 20</a>
|
||||
</li>
|
||||
</ul>
|
||||
-->
|
||||
</p>
|
||||
|
||||
<p class="disclaimer">
|
||||
|
Reference in New Issue
Block a user