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