- {% for i in range(link.uses) %}
-
-
-
-
- {{ SITE_TITLE }}
- {{ link.max_withdrawable }} FREE SATS
- Scan and follow link
or use Lightning wallet
-
-
![]({{ url_for('static', filename='images/note.jpg') }})
-
+
+ {% for page in link %}
+
+
+ {% for threes in page %}
+
+ {% for one in threes %}
+
+
+
+
+
+ |
+ {% endfor %}
+
+ {% endfor %}
+
+
{% endfor %}
{% endblock %} {% block styles %}
{% endblock %} {% block scripts %}
+
+
+
+
+
diff --git a/lnbits/extensions/withdraw/views.py b/lnbits/extensions/withdraw/views.py
index e7c6160..c521e2e 100644
--- a/lnbits/extensions/withdraw/views.py
+++ b/lnbits/extensions/withdraw/views.py
@@ -4,7 +4,7 @@ from http import HTTPStatus
from lnbits.decorators import check_user_exists, validate_uuids
from lnbits.extensions.withdraw import withdraw_ext
-from .crud import get_withdraw_link
+from .crud import get_withdraw_link, chunks
@withdraw_ext.route("/")
@@ -17,6 +17,7 @@ def index():
@withdraw_ext.route("/