{% extends "base.html" %} {% block title %} - Found Monero blocks{% endblock %} {% block content %}
{% if refresh %} Autorefresh is ON ({{ refresh }} s) {% else %} Autorefresh is OFF {% endif %}

Recent Monero blocks found by P2Pool miners

{% set found_blocks = blocks_found %} {% include('tpl_found_blocks.html') %}
{% endblock %}