oxen-observer/templates/include/sn_kcf.html

636 B

{# First three commons columns of SN tables: pubkey, # contributors, and op fee #} {%-set portions_base = 2**64 - 4-%} {{sn.service_node_pubkey}} {{sn.contributors | length}}/4 {%if sn.portions_for_operator != portions_base%}{{ (sn.portions_for_operator / portions_base * 100) | round(3) | chop0 }}{%endif%}