{% extends "base.html" %} {% block content %}

Distribution: {{ label }} LAPSE

{{ total }} address{{ 'es' if total != 1 }}
{% if rows %} {% for addr, bal in rows %} {% endfor %} {% else %} {% endif %}
AddressBalance
{{ addr[:28] }}… {{ fmt_balance(bal) }}
No addresses in this bucket
{% if total_pages > 1 %} {% endif %}
Back to distribution
{% endblock %}