{% extends "base" %} {% block content %}
HEIGHT
AGE
KERNELS
INPUTS
OUTPUTS
FEES
SIZE
WEIGHT
{% for i in range(end=10) %}
{% if route == "block_list_by_height" %} {% else %}
{% endif %}
{% if route == "block_list_by_height" %}
{{ blocks[i].time }}
{% else %}
{% endif %}
{% if route == "block_list_by_height" %}
{{ blocks[i].ker_len }}
{% else %}
{% endif %}
{% if route == "block_list_by_height" %}
{{ blocks[i].in_len }}
{% else %}
{% endif %}
{% if route == "block_list_by_height" %}
{{ blocks[i].out_len }}
{% else %}
{% endif %}
{% if route == "block_list_by_height" %}
ツ {{ blocks[i].fees / 1000000000.0 }}
{% else %}
{% endif %}
{% if route == "block_list_by_height" %}
{{ blocks[i].size }}
{% else %}
{% endif %}
{% if route == "block_list_by_height" %}
{{ blocks[i].weight }} %
{% else %}
{% endif %}
{% endfor %}
{% for i in range(end=10) %}
  {% if route == "block_list_by_height" %} {% else %}
{% endif %}

Age
{% if route == "block_list_by_height" %}
{{ blocks[i].time }}
{% else %}
{% endif %}

Kernels
{% if route == "block_list_by_height" %}
{{ blocks[i].ker_len }}
{% else %}
{% endif %}

Inputs
{% if route == "block_list_by_height" %}
{{ blocks[i].in_len }}
{% else %}
{% endif %}

Outputs
{% if route == "block_list_by_height" %}
{{ blocks[i].out_len }}
{% else %}
{% endif %}

Fees
{% if route == "block_list_by_height" %}
ツ {{ blocks[i].fees / 1000000000.0 }}
{% else %}
{% endif %}

Size
{% if route == "block_list_by_height" %}
{{ blocks[i].size }}
{% else %}
{% endif %}

Weight
{% if route == "block_list_by_height" %}
{{ blocks[i].weight }} %
{% else %}
{% endif %}
{% endfor %}
{% if route == "block_list_by_height" %}
{% else %}
{% endif %}
{% endblock %}