oxen-observer/templates/include/sn_inactive.html

1.3 KiB

{%for sn in (inactive_sns | sort(attribute='earned_downtime_blocks,state_height,last_uptime_proof,service_node_pubkey'))[:limit_inactive]%} {%include 'include/sn_kcf.html'%} {%endfor%} {%if limit_inactive and inactive_sns | count > limit_inactive%} {%endif%}
Public Key Contributors Operator Fee (%) Decommission Height Last Uptime Proof Blocks until Dereg. Country
{{sn.state_height}} {{sn.last_uptime_proof | from_timestamp | ago if sn.last_uptime_proof > 0 else "Not Received"}} {%if sn.decomm_blocks_remaining > 0%}{{sn.decomm_blocks_remaining}} ({{(sn.decomm_blocks_remaining * 120) | reltime}}) {%-else%}None (deregistration imminent!) {%-endif%} {{sn.country}}
+ {{inactive_sns | count - limit_inactive}} more ↪