{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
{% include "boltz/_buttons.html" %} {% include "boltz/_submarineSwapList.html" %} {% include "boltz/_reverseSubmarineSwapList.html" %} {% include "boltz/_autoReverseSwapList.html" %}
{% include "boltz/_api_docs.html" %}
{% include "boltz/_submarineSwapDialog.html" %} {% include "boltz/_reverseSubmarineSwapDialog.html" %} {% include "boltz/_autoReverseSwapDialog.html" %} {% include "boltz/_qrDialog.html" %} {% include "boltz/_statusDialog.html" %}
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}