{% extends "base.html" %} {% block messages %} ! {% endblock %} {% block menuitems %}
  • Wallets
  • Extensions
  • {% endblock %} {% block body %}

    Wallet Control panel



    Bookmark to save your wallet. Wallet is in BETA, use with caution.

    {% for extension in EXTENSIONS %}
    {% if extension.code in user_ext %} Disable {% else %} Enable {% endif %}
    {% endfor %}
    {% endblock %}