{% extends "public.html" %} {% block toolbar_title %} Boltcard: ${ card.card_name }{% endblock %} {% block page %}
Card Info
Balance: sats
This card is ${enabled}
${item.label} ${card[item.value]} Click to copy
Transactions
Latest transactions
ID: ${hit.id} ${refunds.some(r => r.hit_id == hit.id) ? '(Refunded)' : null} IP: ${hit.ip} ${hit.date} ${hit.amount} sats
{% endblock %}{% block scripts %} {% endblock %}