{% extends "base.html" %} {% block title %} - Historical miner payouts {{ miner.Address.ToBase58() }} {% endblock %} {% block content %}
Payout Address: {{ miner.Address.ToBase58() }}
Estimated total: {{ monero_to_xmr(total) }} XMR
{% include('tpl_payouts.html') %}