Files
devplacepy/devplacepy/templates/_game_grant.html
T
retoor b534a496fd
DevPlace CI / test (push) Has been cancelled
update
2026-07-23 01:15:04 +02:00

9 lines
398 B
HTML

<p class="daily-streak">Treasury: <strong>{{ farm.treasury_balance }}</strong>c collected from refactor fees</p>
{% if farm.grant_available %}
<form method="post" action="/game/grant" data-game-action="grant">
<button type="submit" class="btn btn-sm btn-primary">Claim +{{ farm.grant_amount }}c</button>
</form>
{% else %}
<span class="daily-claimed">{{ farm.grant_reason }}</span>
{% endif %}