{% if limit_exceeded %} {% endif %} {% for tx in transactions %} {% if tx.was_included_in_block %} {% else %} {% endif %} {% endfor %}
# Included in block Timestamp Transaction Signature Slots Errors CU requested Prio Fees
Result was truncated
{{ tx.pos }}IncludedExcluded
{{ tx.utc_timestamp or '--' }}
{{ '#' * tx.num_relative_slots }}
{% for error in tx.errors_array %} {% endfor %} {% if not tx.errors_array %} {% endif %}
{{ error.count | count }}x  {{ error.error }}
--
{{ tx.cu_requested | lamports }}
{{ tx.prioritization_fees | lamports }}