{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
{% raw %} New LNURLPoS instance
lNURLPoS
Export to CSV
{% endraw %}
{{SITE_TITLE}} LNURLPoS Extension
{% include "lnurlpos/_api_docs.html" %}
Copy to LNURLPoS device
{% raw %} String server = "{{location}}";
String posId = "{{settingsDialog.data.id}}";
String key = "{{settingsDialog.data.key}}";
String currency = "{{settingsDialog.data.currency}}";{% endraw %}
Update lnurlpos Create lnurlpos Cancel
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}