7 lines
313 B
HTML
7 lines
313 B
HTML
<section
|
|
id="id_applet_wallet"
|
|
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
|
|
>
|
|
<h2><a href="{% url "wallet" %}" class="wallet-manage-link">Manage Wallet</a></h2>
|
|
<span><i class="fa-solid fa-ticket"></i>: {{ user.wallet.writs }}</span>
|
|
</section> |