********************************************************************************
 
MobileCoin Blockchain Explorer
 
********************************************************************************
There are {{ num_blocks }} blocks and {{ num_transactions }} transactions in the ledger.
 
<    Displaying block index {{ start }} to {{ finish }}.    >
 
Index
Hash
TXOs
IMGs
{% if signers|length %}
SIGs
{%- for signer in signers %}
{{ signer[:3] }}
{%- endfor %} {% endif %}
-----
----
----
----
{% if signers|length %}
----
{%- for signer in signers %}
---
{%- endfor %} {% endif %}
 
{%- for block in blocks %}
{% if signers|length %} {%- for signer in signers %}
 {{ "|" if signers[signer] }}
{%- endfor %} {% endif %}
{%- endfor %}