Byrokracie Sklené 2023
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
485 B

{% if tym.ma_penize %}
<div class="polozka_inventare">💰</div>
{% endif %}
{% if tym.pocet_bananu > 0 %}
{% if tym.vi_o_zadosti %}
<div class="polozka_inventare"><p>🍌</p></div>
{% else %}
<div class="polozka_inventare"><p>{% for _ in ""|center:tym.pocet_bananu %}🍌{% endfor %}</p></div>
{% endif %}
{% endif %}
{% if tym.ovesna_kase > 0 %}
<div class="polozka_inventare"><p>{% for _ in ""|center:tym.ovesna_kase %}🥘{% endfor %}</p></div>
{% endif %}