{% extends "layout.html" %} {% block body %}
{%for transaction in data_array -%} {% if not transaction.senders %} {% include "mining_transaction.html" %} {% else %} {% include "from_to_transaction.html" %} {%endif %} {%- endfor %}
{% if nextamount %}

Show more

{% endif %} {% endblock %}