{% extends "layout.html" %} {% block body %}
{% if not transaction.senders %} {% include "mining_transaction.html" %} {% else %} {% include "from_to_transaction.html" %} {%endif %}
{% endblock %}