{# First three commons columns of SN tables: pubkey, # contributors, and op fee #} {%-set portions_base = 2**64 - 4-%} {%-set solo_node = sn.contributors|length == 1 and sn.funded %} {%-set max_contributors = 10 if 'hard_fork' in info and info.hard_fork >= 19 else 4 %} {{sn.service_node_pubkey}} {{sn.contributors | length}}/{{max_contributors}} {%if not solo_node%}{{ (sn.portions_for_operator / portions_base * 100) | round(2) | chop0 }}{%endif%}