{% extends "base" %} {% block content %}
alt_blocks_count: {{ alt_blocks_count }}
block_size_limit: {{ block_size_limit }}
block_size_median: {{ block_size_median }}
block_weight_limit: {{ block_weight_limit }}
block_weight_median: {{ block_weight_median }}
bootstrap_daemon_address: {{ bootstrap_daemon_address }}
credits: {{ credits }}
cumulative_difficulty: {{ cumulative_difficulty }}
cumulative_difficulty_top64: {{ cumulative_difficulty_top64 }}
database_size: {{ database_size }}
difficulty: {{ difficulty }}
difficulty_top64: {{ difficulty_top64 }}
free_space: {{ free_space }}
grey_peerlist_size: {{ grey_peerlist_size }}
height: {{ height }}
height_without_bootstrap: {{ height_without_bootstrap }}
incoming_connections_count: {{ incoming_connections_count }}
mainnet: {{ mainnet }}
nettype: {{ nettype }}
offline: {{ offline }}
outgoing_connections_count: {{ outgoing_connections_count }}
rpc_connections_count: {{ rpc_connections_count }}
stagenet: {{ stagenet }}
start_time: {{ start_time }}
status: {{ status }}
target: {{ target }}
target_height: {{ target_height }}
testnet: {{ testnet }}
top_block_hash: {{ top_block_hash }}
top_hash: {{ top_hash }}
tx_count: {{ tx_count }}
tx_pool_size: {{ tx_pool_size }}
untrusted: {{ untrusted }}
update_available: {{ update_available }}
version: {{ version }}
was_bootstrap_ever_used: {{ was_bootstrap_ever_used }}
white_peerlist_size: {{ white_peerlist_size }}
wide_cumulative_difficulty: {{ wide_cumulative_difficulty }}
wide_difficulty: {{ wide_difficulty }}
{% endblock content %}